Class: DeviseScim::Scim::PhoneNumber

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



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

def primary
  @primary
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end