Class: Seam::Resources::ActionAttempt
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::ActionAttempt
- Defined in:
- lib/seam/routes/resources/action_attempt.rb
Instance Attribute Summary collapse
-
#action_attempt_id ⇒ Object
Returns the value of attribute action_attempt_id.
-
#action_type ⇒ Object
Returns the value of attribute action_type.
-
#error ⇒ Object
Returns the value of attribute error.
-
#result ⇒ Object
Returns the value of attribute result.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#action_attempt_id ⇒ Object
Returns the value of attribute action_attempt_id.
6 7 8 |
# File 'lib/seam/routes/resources/action_attempt.rb', line 6 def action_attempt_id @action_attempt_id end |
#action_type ⇒ Object
Returns the value of attribute action_type.
6 7 8 |
# File 'lib/seam/routes/resources/action_attempt.rb', line 6 def action_type @action_type end |
#error ⇒ Object
Returns the value of attribute error.
6 7 8 |
# File 'lib/seam/routes/resources/action_attempt.rb', line 6 def error @error end |
#result ⇒ Object
Returns the value of attribute result.
6 7 8 |
# File 'lib/seam/routes/resources/action_attempt.rb', line 6 def result @result end |
#status ⇒ Object
Returns the value of attribute status.
6 7 8 |
# File 'lib/seam/routes/resources/action_attempt.rb', line 6 def status @status end |