Module: BlingApi
- Defined in:
- lib/bling_api.rb,
lib/bling_api/order.rb,
lib/bling_api/client.rb,
lib/bling_api/product.rb,
lib/bling_api/version.rb,
lib/bling_api/customer.rb
Defined Under Namespace
Classes: Client, Configuration, Customer, Error, Order, Product
Constant Summary collapse
- VERSION =
"0.1.4"
Class Attribute Summary collapse
-
.access_token ⇒ Object
Returns the value of attribute access_token.
Class Method Summary collapse
Class Attribute Details
.access_token ⇒ Object
Returns the value of attribute access_token.
24 25 26 |
# File 'lib/bling_api.rb', line 24 def access_token @access_token end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
27 28 29 30 |
# File 'lib/bling_api.rb', line 27 def self.configure self.configuration ||= Configuration.new yield configuration end |