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 ⇒ Object
Common code key to ensure PIN code reuse across devices.
-
#device_ids ⇒ Object
New device IDs where access codes should be created.
Attributes inherited from BaseResource
Method Summary
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 ⇒ Object
Common code key to ensure PIN code reuse across devices.
30 31 32 |
# File 'lib/seam/resources/access_grant.rb', line 30 def common_code_key @common_code_key end |
#device_ids ⇒ Object
New device IDs where access codes should be created.
32 33 34 |
# File 'lib/seam/resources/access_grant.rb', line 32 def device_ids @device_ids end |