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 ⇒ String?
Old access group ID.
-
#acs_credential_id ⇒ String?
Previous 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?
Old access group ID.
35 36 37 |
# File 'lib/seam/resources/acs_user.rb', line 35 def acs_access_group_id @acs_access_group_id end |
#acs_credential_id ⇒ String?
Previous credential ID.
38 39 40 |
# File 'lib/seam/resources/acs_user.rb', line 38 def acs_credential_id @acs_credential_id end |
#email_address ⇒ String?
Email address of the access system user.
41 42 43 |
# File 'lib/seam/resources/acs_user.rb', line 41 def email_address @email_address end |
#full_name ⇒ String?
Full name of the access system user.
44 45 46 |
# File 'lib/seam/resources/acs_user.rb', line 44 def full_name @full_name end |
#is_suspended ⇒ Boolean
46 47 48 |
# File 'lib/seam/resources/acs_user.rb', line 46 def is_suspended @is_suspended end |
#phone_number ⇒ String?
Phone number of the access system user.
49 50 51 |
# File 'lib/seam/resources/acs_user.rb', line 49 def phone_number @phone_number end |
Instance Method Details
#ends_at ⇒ Time?
Starting time for the access schedule.
52 |
# File 'lib/seam/resources/acs_user.rb', line 52 date_accessor :ends_at |
#starts_at ⇒ Time?
Starting time for the access schedule.
55 |
# File 'lib/seam/resources/acs_user.rb', line 55 date_accessor :starts_at |