Class: DeviseScim::Scim::Meta
- Inherits:
-
Struct
- Object
- Struct
- DeviseScim::Scim::Meta
- Defined in:
- lib/devise_scim/scim/user.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
Returns the value of attribute created.
-
#last_modified ⇒ Object
Returns the value of attribute last_modified.
-
#location ⇒ Object
Returns the value of attribute location.
-
#resource_type ⇒ Object
Returns the value of attribute resource_type.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#created ⇒ Object
Returns the value of attribute created
14 15 16 |
# File 'lib/devise_scim/scim/user.rb', line 14 def created @created end |
#last_modified ⇒ Object
Returns the value of attribute last_modified
14 15 16 |
# File 'lib/devise_scim/scim/user.rb', line 14 def last_modified @last_modified end |
#location ⇒ Object
Returns the value of attribute location
14 15 16 |
# File 'lib/devise_scim/scim/user.rb', line 14 def location @location end |
#resource_type ⇒ Object
Returns the value of attribute resource_type
14 15 16 |
# File 'lib/devise_scim/scim/user.rb', line 14 def resource_type @resource_type end |
#version ⇒ Object
Returns the value of attribute version
14 15 16 |
# File 'lib/devise_scim/scim/user.rb', line 14 def version @version end |