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

Class Attribute Details

.access_tokenObject

Returns the value of attribute access_token.



5
6
7
# File 'lib/tophatter_merchant.rb', line 5

def access_token
  @access_token
end

.api_pathObject

Returns the value of attribute api_path.



5
6
7
# File 'lib/tophatter_merchant.rb', line 5

def api_path
  @api_path
end

.loggerObject

Returns the value of attribute logger.



5
6
7
# File 'lib/tophatter_merchant.rb', line 5

def logger
  @logger
end