Method: SDM::WorkflowRolesHistory#initialize

Defined in:
lib/svc.rb

#initialize(channel, parent) ⇒ WorkflowRolesHistory

Returns a new instance of WorkflowRolesHistory.



8550
8551
8552
8553
8554
8555
8556
8557
# File 'lib/svc.rb', line 8550

def initialize(channel, parent)
  begin
    @stub = V1::WorkflowRolesHistory::Stub.new(nil, nil, channel_override: channel)
  rescue => exception
    raise Plumbing::convert_error_to_porcelain(exception)
  end
  @parent = parent
end