Class: Stripe::V2Services
- Inherits:
-
StripeService
- Object
- StripeService
- Stripe::V2Services
- Defined in:
- lib/stripe/services/v2_services.rb
Instance Attribute Summary collapse
-
#billing ⇒ Object
readonly
Returns the value of attribute billing.
-
#commerce ⇒ Object
readonly
Returns the value of attribute commerce.
-
#core ⇒ Object
readonly
Returns the value of attribute core.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#extend ⇒ Object
readonly
Returns the value of attribute extend.
-
#iam ⇒ Object
readonly
Returns the value of attribute iam.
-
#money_management ⇒ Object
readonly
Returns the value of attribute money_management.
-
#network ⇒ Object
readonly
Returns the value of attribute network.
-
#orchestrated_commerce ⇒ Object
readonly
Returns the value of attribute orchestrated_commerce.
-
#test_helpers ⇒ Object
readonly
Returns the value of attribute test_helpers.
Instance Method Summary collapse
-
#initialize(requestor) ⇒ V2Services
constructor
A new instance of V2Services.
Methods inherited from StripeService
Constructor Details
#initialize(requestor) ⇒ V2Services
Returns a new instance of V2Services.
8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/stripe/services/v2_services.rb', line 8 def initialize(requestor) super @billing = Stripe::V2::BillingService.new(@requestor) @commerce = Stripe::V2::CommerceService.new(@requestor) @core = Stripe::V2::CoreService.new(@requestor) @data = Stripe::V2::DatumService.new(@requestor) @extend = Stripe::V2::ExtendService.new(@requestor) @iam = Stripe::V2::IamService.new(@requestor) @money_management = Stripe::V2::MoneyManagementService.new(@requestor) @network = Stripe::V2::NetworkService.new(@requestor) @orchestrated_commerce = Stripe::V2::OrchestratedCommerceService.new(@requestor) @test_helpers = Stripe::V2::TestHelperService.new(@requestor) end |
Instance Attribute Details
#billing ⇒ Object (readonly)
Returns the value of attribute billing.
6 7 8 |
# File 'lib/stripe/services/v2_services.rb', line 6 def billing @billing end |
#commerce ⇒ Object (readonly)
Returns the value of attribute commerce.
6 7 8 |
# File 'lib/stripe/services/v2_services.rb', line 6 def commerce @commerce end |
#core ⇒ Object (readonly)
Returns the value of attribute core.
6 7 8 |
# File 'lib/stripe/services/v2_services.rb', line 6 def core @core end |
#data ⇒ Object (readonly)
Returns the value of attribute data.
6 7 8 |
# File 'lib/stripe/services/v2_services.rb', line 6 def data @data end |
#extend ⇒ Object (readonly)
Returns the value of attribute extend.
6 7 8 |
# File 'lib/stripe/services/v2_services.rb', line 6 def extend @extend end |
#iam ⇒ Object (readonly)
Returns the value of attribute iam.
6 7 8 |
# File 'lib/stripe/services/v2_services.rb', line 6 def iam @iam end |
#money_management ⇒ Object (readonly)
Returns the value of attribute money_management.
6 7 8 |
# File 'lib/stripe/services/v2_services.rb', line 6 def money_management @money_management end |
#network ⇒ Object (readonly)
Returns the value of attribute network.
6 7 8 |
# File 'lib/stripe/services/v2_services.rb', line 6 def network @network end |
#orchestrated_commerce ⇒ Object (readonly)
Returns the value of attribute orchestrated_commerce.
6 7 8 |
# File 'lib/stripe/services/v2_services.rb', line 6 def orchestrated_commerce @orchestrated_commerce end |
#test_helpers ⇒ Object (readonly)
Returns the value of attribute test_helpers.
6 7 8 |
# File 'lib/stripe/services/v2_services.rb', line 6 def test_helpers @test_helpers end |