Class: Seam::Resources::ActionAttempt::Result::AcsCredentialOnSeam::Errors
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::ActionAttempt::Result::AcsCredentialOnSeam::Errors
- Defined in:
- lib/seam/resources/action_attempt.rb
Instance Attribute Summary collapse
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#message ⇒ Object
Returns the value of attribute message.
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
#error_code ⇒ Object
Returns the value of attribute error_code.
72 73 74 |
# File 'lib/seam/resources/action_attempt.rb', line 72 def error_code @error_code end |
#message ⇒ Object
Returns the value of attribute message.
73 74 75 |
# File 'lib/seam/resources/action_attempt.rb', line 73 def @message end |