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 ⇒ String?
New access group ID.
-
#acs_credential_id ⇒ String?
New credential ID.
-
#email_address ⇒ String?
Email address of the access system user.
-
#full_name ⇒ String?
Full name of the access system user.
- #is_suspended ⇒ Boolean
-
#phone_number ⇒ String?
Phone number of the access system user.
Attributes inherited from BaseResource
Instance Method Summary collapse
-
#ends_at ⇒ Time?
Starting time for the access schedule.
-
#starts_at ⇒ Time?
Starting time for the access schedule.
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 ⇒ String?
New access group ID.
61 62 63 |
# File 'lib/seam/resources/acs_user.rb', line 61 def acs_access_group_id @acs_access_group_id end |
#acs_credential_id ⇒ String?
New credential ID.
64 65 66 |
# File 'lib/seam/resources/acs_user.rb', line 64 def acs_credential_id @acs_credential_id end |
#email_address ⇒ String?
Email address of the access system user.
67 68 69 |
# File 'lib/seam/resources/acs_user.rb', line 67 def email_address @email_address end |
#full_name ⇒ String?
Full name of the access system user.
70 71 72 |
# File 'lib/seam/resources/acs_user.rb', line 70 def full_name @full_name end |
#is_suspended ⇒ Boolean
72 73 74 |
# File 'lib/seam/resources/acs_user.rb', line 72 def is_suspended @is_suspended end |
#phone_number ⇒ String?
Phone number of the access system user.
75 76 77 |
# File 'lib/seam/resources/acs_user.rb', line 75 def phone_number @phone_number end |
Instance Method Details
#ends_at ⇒ Time?
Starting time for the access schedule.
78 |
# File 'lib/seam/resources/acs_user.rb', line 78 date_accessor :ends_at |
#starts_at ⇒ Time?
Starting time for the access schedule.
81 |
# File 'lib/seam/resources/acs_user.rb', line 81 date_accessor :starts_at |