Class: DeviseScim::Scim::Email
- Inherits:
-
Struct
- Object
- Struct
- DeviseScim::Scim::Email
- Defined in:
- lib/devise_scim/scim/user.rb
Instance Attribute Summary collapse
-
#primary ⇒ Object
Returns the value of attribute primary.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#primary ⇒ Object
Returns the value of attribute primary
12 13 14 |
# File 'lib/devise_scim/scim/user.rb', line 12 def primary @primary end |
#type ⇒ Object
Returns the value of attribute type
12 13 14 |
# File 'lib/devise_scim/scim/user.rb', line 12 def type @type end |
#value ⇒ Object
Returns the value of attribute value
12 13 14 |
# File 'lib/devise_scim/scim/user.rb', line 12 def value @value end |