Class: Stripe::V2::ExtendService

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from StripeService

#request, #request_stream

Constructor Details

#initialize(requestor) ⇒ ExtendService

Returns a new instance of ExtendService.



9
10
11
12
13
# File 'lib/stripe/services/v2/extend_service.rb', line 9

def initialize(requestor)
  super
  @workflows = Stripe::V2::Extend::WorkflowService.new(@requestor)
  @workflow_runs = Stripe::V2::Extend::WorkflowRunService.new(@requestor)
end

Instance Attribute Details

#workflow_runsObject (readonly)

Returns the value of attribute workflow_runs.



7
8
9
# File 'lib/stripe/services/v2/extend_service.rb', line 7

def workflow_runs
  @workflow_runs
end

#workflowsObject (readonly)

Returns the value of attribute workflows.



7
8
9
# File 'lib/stripe/services/v2/extend_service.rb', line 7

def workflows
  @workflows
end