Method: SDM::WorkflowRolesHistory#initialize

Defined in:
lib/svc.rb

#initialize(channel, parent) ⇒ WorkflowRolesHistory

Returns a new instance of WorkflowRolesHistory.



4638
4639
4640
4641
4642
4643
4644
4645
# File 'lib/svc.rb', line 4638

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