Class: DeviseScim::Scim::Meta

Inherits:
Struct
  • Object
show all
Defined in:
lib/devise_scim/scim/user.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



14
15
16
# File 'lib/devise_scim/scim/user.rb', line 14

def created
  @created
end

#last_modifiedObject

Returns the value of attribute last_modified

Returns:

  • (Object)

    the current value of last_modified



14
15
16
# File 'lib/devise_scim/scim/user.rb', line 14

def last_modified
  @last_modified
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



14
15
16
# File 'lib/devise_scim/scim/user.rb', line 14

def location
  @location
end

#resource_typeObject

Returns the value of attribute resource_type

Returns:

  • (Object)

    the current value of resource_type



14
15
16
# File 'lib/devise_scim/scim/user.rb', line 14

def resource_type
  @resource_type
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



14
15
16
# File 'lib/devise_scim/scim/user.rb', line 14

def version
  @version
end