Class: DeliveryFivePostClient::Resources::API::V3
- Inherits:
-
Object
- Object
- DeliveryFivePostClient::Resources::API::V3
- Defined in:
- lib/delivery_five_post_client/resources/api/v3.rb,
lib/delivery_five_post_client/resources/api/v3/partners.rb,
lib/delivery_five_post_client/resources/api/v3/partners/orders.rb
Defined Under Namespace
Classes: Partners
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(client:) ⇒ V3
constructor
private
A new instance of V3.
Constructor Details
#initialize(client:) ⇒ V3
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of V3.
13 14 15 16 |
# File 'lib/delivery_five_post_client/resources/api/v3.rb', line 13 def initialize(client:) @client = client @partners = DeliveryFivePostClient::Resources::API::V3::Partners.new(client: client) end |
Instance Attribute Details
#partners ⇒ DeliveryFivePostClient::Resources::API::V3::Partners (readonly)
8 9 10 |
# File 'lib/delivery_five_post_client/resources/api/v3.rb', line 8 def partners @partners end |