Class: Seam::Resources::Customer

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/customer.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

#customer_keyObject

Returns the value of attribute customer_key.



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

def customer_key
  @customer_key
end

#workspace_idObject

Returns the value of attribute workspace_id.



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

def workspace_id
  @workspace_id
end