Class: Seam::Resources::AcsUser::PendingMutations::To
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AcsUser::PendingMutations::To
- Defined in:
- lib/seam/resources/acs_user.rb
Instance Attribute Summary collapse
-
#acs_access_group_id ⇒ Object
New access group ID.
-
#acs_credential_id ⇒ Object
New credential ID.
-
#email_address ⇒ Object
Email address of the access system user.
-
#full_name ⇒ Object
Full name of the access system user.
-
#is_suspended ⇒ Object
Returns the value of attribute is_suspended.
-
#phone_number ⇒ Object
Phone number of the access system user.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#acs_access_group_id ⇒ Object
New access group ID.
47 48 49 |
# File 'lib/seam/resources/acs_user.rb', line 47 def acs_access_group_id @acs_access_group_id end |
#acs_credential_id ⇒ Object
New credential ID.
49 50 51 |
# File 'lib/seam/resources/acs_user.rb', line 49 def acs_credential_id @acs_credential_id end |
#email_address ⇒ Object
Email address of the access system user.
51 52 53 |
# File 'lib/seam/resources/acs_user.rb', line 51 def email_address @email_address end |
#full_name ⇒ Object
Full name of the access system user.
53 54 55 |
# File 'lib/seam/resources/acs_user.rb', line 53 def full_name @full_name end |
#is_suspended ⇒ Object
Returns the value of attribute is_suspended.
54 55 56 |
# File 'lib/seam/resources/acs_user.rb', line 54 def is_suspended @is_suspended end |
#phone_number ⇒ Object
Phone number of the access system user.
56 57 58 |
# File 'lib/seam/resources/acs_user.rb', line 56 def phone_number @phone_number end |