Class: Seam::Resources::AccessGrant::PendingMutations::To

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/access_grant.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_keyObject

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_idsObject

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