Class: Seam::Resources::ActionAttempt::Result::AkilesMetadata
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::ActionAttempt::Result::AkilesMetadata
- Defined in:
- lib/seam/resources/action_attempt.rb
Instance Attribute Summary collapse
-
#member_pin_id ⇒ String?
ID of the Akiles member PIN.
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
#member_pin_id ⇒ String?
ID of the Akiles member PIN.
250 251 252 |
# File 'lib/seam/resources/action_attempt.rb', line 250 def member_pin_id @member_pin_id end |