Class: DeviseScim::Scim::Name
- Inherits:
-
Struct
- Object
- Struct
- DeviseScim::Scim::Name
- Defined in:
- lib/devise_scim/scim/user.rb
Instance Attribute Summary collapse
-
#family_name ⇒ Object
Returns the value of attribute family_name.
-
#formatted ⇒ Object
Returns the value of attribute formatted.
-
#given_name ⇒ Object
Returns the value of attribute given_name.
-
#honorific_prefix ⇒ Object
Returns the value of attribute honorific_prefix.
-
#honorific_suffix ⇒ Object
Returns the value of attribute honorific_suffix.
-
#middle_name ⇒ Object
Returns the value of attribute middle_name.
Instance Attribute Details
#family_name ⇒ Object
Returns the value of attribute family_name
10 11 12 |
# File 'lib/devise_scim/scim/user.rb', line 10 def family_name @family_name end |
#formatted ⇒ Object
Returns the value of attribute formatted
10 11 12 |
# File 'lib/devise_scim/scim/user.rb', line 10 def formatted @formatted end |
#given_name ⇒ Object
Returns the value of attribute given_name
10 11 12 |
# File 'lib/devise_scim/scim/user.rb', line 10 def given_name @given_name end |
#honorific_prefix ⇒ Object
Returns the value of attribute honorific_prefix
10 11 12 |
# File 'lib/devise_scim/scim/user.rb', line 10 def honorific_prefix @honorific_prefix end |
#honorific_suffix ⇒ Object
Returns the value of attribute honorific_suffix
10 11 12 |
# File 'lib/devise_scim/scim/user.rb', line 10 def honorific_suffix @honorific_suffix end |
#middle_name ⇒ Object
Returns the value of attribute middle_name
10 11 12 |
# File 'lib/devise_scim/scim/user.rb', line 10 def middle_name @middle_name end |