Module: TophatterMerchant
- Defined in:
- lib/tophatter_merchant.rb,
lib/tophatter_merchant/order.rb,
lib/tophatter_merchant/product.rb,
lib/tophatter_merchant/metadata.rb,
lib/tophatter_merchant/resource.rb,
lib/tophatter_merchant/variation.rb
Defined Under Namespace
Classes: BadContentTypeException, BadRequestException, BaseException, Metadata, NotFoundException, Order, Product, Resource, ServerErrorException, UnauthorizedException, Variation
Class Attribute Summary collapse
-
.access_token ⇒ Object
Returns the value of attribute access_token.
-
.api_path ⇒ Object
Returns the value of attribute api_path.
-
.logger ⇒ Object
Returns the value of attribute logger.
Class Attribute Details
.access_token ⇒ Object
Returns the value of attribute access_token.
5 6 7 |
# File 'lib/tophatter_merchant.rb', line 5 def access_token @access_token end |
.api_path ⇒ Object
Returns the value of attribute api_path.
5 6 7 |
# File 'lib/tophatter_merchant.rb', line 5 def api_path @api_path end |
.logger ⇒ Object
Returns the value of attribute logger.
5 6 7 |
# File 'lib/tophatter_merchant.rb', line 5 def logger @logger end |