Class: Infrawrench::WorkflowsNamespace
- Inherits:
-
Object
- Object
- Infrawrench::WorkflowsNamespace
- Defined in:
- lib/infrawrench/client.rb,
sig/infrawrench/sdk.rbs
Overview
client.workflows
Instance Attribute Summary collapse
-
#schedule ⇒ WorkflowsScheduleNamespace
readonly
client.workflows.schedule.
Instance Method Summary collapse
-
#initialize(transport) ⇒ WorkflowsNamespace
constructor
private
A new instance of WorkflowsNamespace.
Constructor Details
#initialize(transport) ⇒ WorkflowsNamespace
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of WorkflowsNamespace.
7505 7506 7507 7508 |
# File 'lib/infrawrench/client.rb', line 7505 def initialize(transport) @transport = transport @schedule = WorkflowsScheduleNamespace.new(@transport) end |
Instance Attribute Details
#schedule ⇒ WorkflowsScheduleNamespace (readonly)
Returns client.workflows.schedule.
7501 7502 7503 |
# File 'lib/infrawrench/client.rb', line 7501 def schedule @schedule end |