Class: Scimitar::Meta
- Inherits:
-
Object
- Object
- Scimitar::Meta
- Includes:
- ActiveModel::Model
- Defined in:
- app/models/scimitar/meta.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
Returns the value of attribute created.
-
#lastModified ⇒ Object
Returns the value of attribute lastModified.
-
#location ⇒ Object
Returns the value of attribute location.
-
#resourceType ⇒ Object
Returns the value of attribute resourceType.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#created ⇒ Object
Returns the value of attribute created.
5 6 7 |
# File 'app/models/scimitar/meta.rb', line 5 def created @created end |
#lastModified ⇒ Object
Returns the value of attribute lastModified.
5 6 7 |
# File 'app/models/scimitar/meta.rb', line 5 def lastModified @lastModified end |
#location ⇒ Object
Returns the value of attribute location.
5 6 7 |
# File 'app/models/scimitar/meta.rb', line 5 def location @location end |
#resourceType ⇒ Object
Returns the value of attribute resourceType.
5 6 7 |
# File 'app/models/scimitar/meta.rb', line 5 def resourceType @resourceType end |
#version ⇒ Object
Returns the value of attribute version.
5 6 7 |
# File 'app/models/scimitar/meta.rb', line 5 def version @version end |