Class: Billingrails::SellerNamespace
- Inherits:
-
Object
- Object
- Billingrails::SellerNamespace
- Defined in:
- lib/billingrails/client.rb
Overview
Nested namespace for seller resources
Instance Attribute Summary collapse
-
#orders ⇒ Object
readonly
Returns the value of attribute orders.
-
#products ⇒ Object
readonly
Returns the value of attribute products.
Instance Method Summary collapse
-
#initialize(client) ⇒ SellerNamespace
constructor
A new instance of SellerNamespace.
Constructor Details
Instance Attribute Details
#orders ⇒ Object (readonly)
Returns the value of attribute orders.
22 23 24 |
# File 'lib/billingrails/client.rb', line 22 def orders @orders end |
#products ⇒ Object (readonly)
Returns the value of attribute products.
22 23 24 |
# File 'lib/billingrails/client.rb', line 22 def products @products end |