Class: Seam::Resources::UserIdentity
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::UserIdentity
- Includes:
- ResourceErrorsSupport, ResourceWarningsSupport
- Defined in:
- lib/seam/routes/resources/user_identity.rb
Instance Attribute Summary collapse
-
#acs_user_ids ⇒ Object
Returns the value of attribute acs_user_ids.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#email_address ⇒ Object
Returns the value of attribute email_address.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
-
#user_identity_id ⇒ Object
Returns the value of attribute user_identity_id.
-
#user_identity_key ⇒ Object
Returns the value of attribute user_identity_key.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
Method Summary
Methods included from ResourceWarningsSupport
Methods included from ResourceErrorsSupport
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#acs_user_ids ⇒ Object
Returns the value of attribute acs_user_ids.
6 7 8 |
# File 'lib/seam/routes/resources/user_identity.rb', line 6 def acs_user_ids @acs_user_ids end |
#display_name ⇒ Object
Returns the value of attribute display_name.
6 7 8 |
# File 'lib/seam/routes/resources/user_identity.rb', line 6 def display_name @display_name end |
#email_address ⇒ Object
Returns the value of attribute email_address.
6 7 8 |
# File 'lib/seam/routes/resources/user_identity.rb', line 6 def email_address @email_address end |
#full_name ⇒ Object
Returns the value of attribute full_name.
6 7 8 |
# File 'lib/seam/routes/resources/user_identity.rb', line 6 def full_name @full_name end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
6 7 8 |
# File 'lib/seam/routes/resources/user_identity.rb', line 6 def phone_number @phone_number end |
#user_identity_id ⇒ Object
Returns the value of attribute user_identity_id.
6 7 8 |
# File 'lib/seam/routes/resources/user_identity.rb', line 6 def user_identity_id @user_identity_id end |
#user_identity_key ⇒ Object
Returns the value of attribute user_identity_key.
6 7 8 |
# File 'lib/seam/routes/resources/user_identity.rb', line 6 def user_identity_key @user_identity_key end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/user_identity.rb', line 6 def workspace_id @workspace_id end |