Class: Seam::Resources::AccessGrant::PendingMutations::To
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AccessGrant::PendingMutations::To
- Defined in:
- lib/seam/resources/access_grant.rb
Instance Attribute Summary collapse
-
#common_code_key ⇒ String?
Common code key to ensure PIN code reuse across devices.
-
#device_ids ⇒ Array<String>
New device IDs where access codes should be created.
Attributes inherited from BaseResource
Instance Method Summary collapse
-
#ends_at ⇒ Time?
New end time for access.
-
#starts_at ⇒ Time?
New 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
#common_code_key ⇒ String?
Common code key to ensure PIN code reuse across devices.
38 39 40 |
# File 'lib/seam/resources/access_grant.rb', line 38 def common_code_key @common_code_key end |
#device_ids ⇒ Array<String>
New device IDs where access codes should be created.
41 42 43 |
# File 'lib/seam/resources/access_grant.rb', line 41 def device_ids @device_ids end |
Instance Method Details
#ends_at ⇒ Time?
New end time for access.
44 |
# File 'lib/seam/resources/access_grant.rb', line 44 date_accessor :ends_at |
#starts_at ⇒ Time?
New start time for access.
47 |
# File 'lib/seam/resources/access_grant.rb', line 47 date_accessor :starts_at |