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
#[], aliased_accessor, attribute_aliases, date_accessor, discriminated_by, #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.
162 163 164 |
# File 'lib/seam/resources/acs_user.rb', line 162 def acs_access_group_id @acs_access_group_id end |
#acs_credential_id ⇒ String?
New credential ID.
165 166 167 |
# File 'lib/seam/resources/acs_user.rb', line 165 def acs_credential_id @acs_credential_id end |
#email_address ⇒ String?
Email address of the access system user.
168 169 170 |
# File 'lib/seam/resources/acs_user.rb', line 168 def email_address @email_address end |
#full_name ⇒ String?
Full name of the access system user.
171 172 173 |
# File 'lib/seam/resources/acs_user.rb', line 171 def full_name @full_name end |
#is_suspended ⇒ Boolean
173 174 175 |
# File 'lib/seam/resources/acs_user.rb', line 173 def is_suspended @is_suspended end |
#phone_number ⇒ String?
Phone number of the access system user.
176 177 178 |
# File 'lib/seam/resources/acs_user.rb', line 176 def phone_number @phone_number end |
Instance Method Details
#ends_at ⇒ Time?
Starting time for the access schedule.
179 |
# File 'lib/seam/resources/acs_user.rb', line 179 date_accessor :ends_at |
#starts_at ⇒ Time?
Starting time for the access schedule.
182 |
# File 'lib/seam/resources/acs_user.rb', line 182 date_accessor :starts_at |