Class: FacebookCommerce::Api
- Inherits:
-
Object
- Object
- FacebookCommerce::Api
- Defined in:
- lib/facebook_commerce.rb
Direct Known Subclasses
AcknowledgementApi, CancellationRefundApi, FulfillmentApi, OrderApi, ReturnApi
Defined Under Namespace
Classes: UnexpectedHttpResponse
Instance Attribute Summary collapse
- #access_token ⇒ Object readonly
-
#cms_id ⇒ Object
readonly
Returns the value of attribute cms_id.
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
- #initialize(config = super.config) ⇒ Api constructor
Constructor Details
Instance Attribute Details
#access_token ⇒ Object (readonly)
29 30 31 |
# File 'lib/facebook_commerce.rb', line 29 def access_token @access_token end |
#cms_id ⇒ Object (readonly)
Returns the value of attribute cms_id.
30 31 32 |
# File 'lib/facebook_commerce.rb', line 30 def cms_id @cms_id end |
#logger ⇒ Object
Returns the value of attribute logger.
31 32 33 |
# File 'lib/facebook_commerce.rb', line 31 def logger @logger end |