Class: Seam::Resources::AcsUser::PendingMutations::From
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AcsUser::PendingMutations::From
- Defined in:
- lib/seam/resources/acs_user.rb
Instance Attribute Summary collapse
-
#acs_access_group_id ⇒ Object
Old access group ID.
-
#acs_credential_id ⇒ Object
Previous 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
Old access group ID.
29 30 31 |
# File 'lib/seam/resources/acs_user.rb', line 29 def acs_access_group_id @acs_access_group_id end |
#acs_credential_id ⇒ Object
Previous credential ID.
31 32 33 |
# File 'lib/seam/resources/acs_user.rb', line 31 def acs_credential_id @acs_credential_id end |
#email_address ⇒ Object
Email address of the access system user.
33 34 35 |
# File 'lib/seam/resources/acs_user.rb', line 33 def email_address @email_address end |
#full_name ⇒ Object
Full name of the access system user.
35 36 37 |
# File 'lib/seam/resources/acs_user.rb', line 35 def full_name @full_name end |
#is_suspended ⇒ Object
Returns the value of attribute is_suspended.
36 37 38 |
# File 'lib/seam/resources/acs_user.rb', line 36 def is_suspended @is_suspended end |
#phone_number ⇒ Object
Phone number of the access system user.
38 39 40 |
# File 'lib/seam/resources/acs_user.rb', line 38 def phone_number @phone_number end |