Class: Stripe::V2::OrchestratedCommerceService
- Inherits:
-
StripeService
- Object
- StripeService
- Stripe::V2::OrchestratedCommerceService
- Defined in:
- lib/stripe/services/v2/orchestrated_commerce_service.rb
Instance Attribute Summary collapse
-
#agreements ⇒ Object
readonly
Returns the value of attribute agreements.
Instance Method Summary collapse
-
#initialize(requestor) ⇒ OrchestratedCommerceService
constructor
A new instance of OrchestratedCommerceService.
Methods inherited from StripeService
Constructor Details
#initialize(requestor) ⇒ OrchestratedCommerceService
Returns a new instance of OrchestratedCommerceService.
9 10 11 12 |
# File 'lib/stripe/services/v2/orchestrated_commerce_service.rb', line 9 def initialize(requestor) super @agreements = Stripe::V2::OrchestratedCommerce::AgreementService.new(@requestor) end |
Instance Attribute Details
#agreements ⇒ Object (readonly)
Returns the value of attribute agreements.
7 8 9 |
# File 'lib/stripe/services/v2/orchestrated_commerce_service.rb', line 7 def agreements @agreements end |