Class: Seam::Resources::ActionAttempt

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

Overview

Locking a door is pending.

Defined Under Namespace

Classes: Error, Result

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

#action_attempt_idObject

ID of the action attempt.



312
313
314
# File 'lib/seam/resources/action_attempt.rb', line 312

def action_attempt_id
  @action_attempt_id
end

#action_typeObject

Returns the value of attribute action_type.



313
314
315
# File 'lib/seam/resources/action_attempt.rb', line 313

def action_type
  @action_type
end

#statusObject

Returns the value of attribute status.



314
315
316
# File 'lib/seam/resources/action_attempt.rb', line 314

def status
  @status
end