Class: Seam::Resources::AcsAccessGroup::AccessSchedule
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AcsAccessGroup::AccessSchedule
- Defined in:
- lib/seam/resources/acs_access_group.rb
Instance Attribute Summary
Attributes inherited from BaseResource
Instance Method Summary collapse
-
#ends_at ⇒ Time?
Date and time at which the user's access ends, in ISO 8601 format.
-
#starts_at ⇒ Time
Date and time at which the user's access starts, in ISO 8601 format.
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 Method Details
#ends_at ⇒ Time?
Date and time at which the user's access ends, in ISO 8601 format.
14 |
# File 'lib/seam/resources/acs_access_group.rb', line 14 date_accessor :ends_at |
#starts_at ⇒ Time
Date and time at which the user's access starts, in ISO 8601 format.
17 |
# File 'lib/seam/resources/acs_access_group.rb', line 17 date_accessor :starts_at |