Class: Stripe::OrchestrationService

Inherits:
StripeService show all
Defined in:
lib/stripe/services/orchestration_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from StripeService

#request, #request_stream

Constructor Details

#initialize(requestor) ⇒ OrchestrationService

Returns a new instance of OrchestrationService.



8
9
10
11
# File 'lib/stripe/services/orchestration_service.rb', line 8

def initialize(requestor)
  super
  @payment_attempts = Stripe::Orchestration::PaymentAttemptService.new(@requestor)
end

Instance Attribute Details

#payment_attemptsObject (readonly)

Returns the value of attribute payment_attempts.



6
7
8
# File 'lib/stripe/services/orchestration_service.rb', line 6

def payment_attempts
  @payment_attempts
end