Commit 2200e42
Changed files (3)
lib
scim
lib/scim/kit/v2/attributable.rb
@@ -3,7 +3,7 @@
module Scim
module Kit
module V2
- # Represents a dynamic attribute
+ # Represents a dynamic attribute that corresponds to a SCIM type
module Attributable
attr_reader :dynamic_attributes
lib/scim/kit/dynamic_attributes.rb
@@ -2,7 +2,7 @@
module Scim
module Kit
- # Allows dynamic assignment of attributes.
+ # Allows dynamic creation of attributes.
module DynamicAttributes
def method_missing(method, *args)
return super unless respond_to_missing?(method)
lib/scim/kit/version.rb
@@ -2,6 +2,6 @@
module Scim
module Kit
- VERSION = '0.2.1'
+ VERSION = '0.2.2'
end
end