Class: Seam::Resources::AccessMethod::PendingMutations::From
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AccessMethod::PendingMutations::From
- Defined in:
- lib/seam/resources/access_method.rb
Instance Attribute Summary collapse
Attributes inherited from BaseResource
Instance Method Summary collapse
-
#ends_at ⇒ Time?
Previous end time for access.
-
#starts_at ⇒ Time?
Previous start time for access.
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
#device_ids ⇒ Array<String>
22 23 24 |
# File 'lib/seam/resources/access_method.rb', line 22 def device_ids @device_ids end |
Instance Method Details
#ends_at ⇒ Time?
Previous end time for access.
25 |
# File 'lib/seam/resources/access_method.rb', line 25 date_accessor :ends_at |
#starts_at ⇒ Time?
Previous start time for access.
28 |
# File 'lib/seam/resources/access_method.rb', line 28 date_accessor :starts_at |