Module: TinyErpApi
- Defined in:
- lib/tiny_erp_api.rb,
lib/tiny_erp_api/item.rb,
lib/tiny_erp_api/order.rb,
lib/tiny_erp_api/client.rb,
lib/tiny_erp_api/seller.rb,
lib/tiny_erp_api/address.rb,
lib/tiny_erp_api/product.rb,
lib/tiny_erp_api/version.rb,
lib/tiny_erp_api/customer.rb,
lib/tiny_erp_api/shipment.rb,
lib/tiny_erp_api/installment.rb,
lib/tiny_erp_api/integrated_payment.rb
Defined Under Namespace
Classes: Address, Client, Configuration, Customer, Error, Installment, IntegratedPayment, Item, Order, Product, Seller, Shipment
Constant Summary collapse
- VERSION =
"2.0.0"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
27 28 29 |
# File 'lib/tiny_erp_api.rb', line 27 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
30 31 32 33 |
# File 'lib/tiny_erp_api.rb', line 30 def self.configure self.configuration ||= Configuration.new yield configuration end |