Class: Uptrends::Checkpoint
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(client, response, attributes = {}) ⇒ Checkpoint
constructor
A new instance of Checkpoint.
Methods inherited from Base
check_error!, #create!, #delete!, parse, #to_s, #update!
Constructor Details
#initialize(client, response, attributes = {}) ⇒ Checkpoint
Returns a new instance of Checkpoint.
6 7 8 9 |
# File 'lib/uptrends/checkpoint.rb', line 6 def initialize(client, response, attributes = {}) @attributes = attributes gen_and_set_accessors end |