Method: SDM::WorkflowAssignmentsHistory#initialize
- Defined in:
- lib/svc.rb
#initialize(channel, parent) ⇒ WorkflowAssignmentsHistory
Returns a new instance of WorkflowAssignmentsHistory.
5103 5104 5105 5106 5107 5108 5109 5110 |
# File 'lib/svc.rb', line 5103 def initialize(channel, parent) begin @stub = V1::WorkflowAssignmentsHistory::Stub.new(nil, nil, channel_override: channel) rescue => exception raise Plumbing::convert_error_to_porcelain(exception) end @parent = parent end |