Class: Infrawrench::WorkflowsNamespace

Inherits:
Object
  • Object
show all
Defined in:
lib/infrawrench/client.rb,
sig/infrawrench/sdk.rbs

Overview

client.workflows

Instance Attribute Summary collapse

Instance Method Summary collapse

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.

Parameters:



6031
6032
6033
6034
# File 'lib/infrawrench/client.rb', line 6031

def initialize(transport)
  @transport = transport
  @schedule = WorkflowsScheduleNamespace.new(@transport)
end

Instance Attribute Details

#scheduleWorkflowsScheduleNamespace (readonly)

Returns client.workflows.schedule.

Returns:



6027
6028
6029
# File 'lib/infrawrench/client.rb', line 6027

def schedule
  @schedule
end