Class: ScimEngine::Meta

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/models/scim_engine/meta.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject

Returns the value of attribute created.



5
6
7
# File 'app/models/scim_engine/meta.rb', line 5

def created
  @created
end

#lastModifiedObject

Returns the value of attribute lastModified.



5
6
7
# File 'app/models/scim_engine/meta.rb', line 5

def lastModified
  @lastModified
end

#locationObject

Returns the value of attribute location.



5
6
7
# File 'app/models/scim_engine/meta.rb', line 5

def location
  @location
end

#resourceTypeObject

Returns the value of attribute resourceType.



5
6
7
# File 'app/models/scim_engine/meta.rb', line 5

def resourceType
  @resourceType
end

#versionObject

Returns the value of attribute version.



5
6
7
# File 'app/models/scim_engine/meta.rb', line 5

def version
  @version
end