Class: DeviseScim::Scim::Email

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

Instance Attribute Summary collapse

Instance Attribute Details

#primaryObject

Returns the value of attribute primary

Returns:

  • (Object)

    the current value of primary



12
13
14
# File 'lib/devise_scim/scim/user.rb', line 12

def primary
  @primary
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



12
13
14
# File 'lib/devise_scim/scim/user.rb', line 12

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



12
13
14
# File 'lib/devise_scim/scim/user.rb', line 12

def value
  @value
end