Class: Seam::Resources::ActionAttempt

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/action_attempt.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_idObject

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_typeObject

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

#errorObject

Returns the value of attribute error.



6
7
8
# File 'lib/seam/routes/resources/action_attempt.rb', line 6

def error
  @error
end

#resultObject

Returns the value of attribute result.



6
7
8
# File 'lib/seam/routes/resources/action_attempt.rb', line 6

def result
  @result
end

#statusObject

Returns the value of attribute status.



6
7
8
# File 'lib/seam/routes/resources/action_attempt.rb', line 6

def status
  @status
end