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.2"
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.
23 24 25 |
# File 'lib/bling_api.rb', line 23 def access_token @access_token end |
Class Method Details
.configure {|confiration| ... } ⇒ Object
26 27 28 29 |
# File 'lib/bling_api.rb', line 26 def self.configure self.confiration ||= Configuration.new yield confiration end |