Class: Stripe::V2::ExtendService
- Inherits:
-
StripeService
- Object
- StripeService
- Stripe::V2::ExtendService
- Defined in:
- lib/stripe/services/v2/extend_service.rb
Instance Attribute Summary collapse
-
#workflow_runs ⇒ Object
readonly
Returns the value of attribute workflow_runs.
-
#workflows ⇒ Object
readonly
Returns the value of attribute workflows.
Instance Method Summary collapse
-
#initialize(requestor) ⇒ ExtendService
constructor
A new instance of ExtendService.
Methods inherited from StripeService
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_runs ⇒ Object (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 |
#workflows ⇒ Object (readonly)
Returns the value of attribute workflows.
7 8 9 |
# File 'lib/stripe/services/v2/extend_service.rb', line 7 def workflows @workflows end |