Method: SDM::SecretStoresHistory#initialize

Defined in:
lib/svc.rb

#initialize(channel, parent) ⇒ SecretStoresHistory

Returns a new instance of SecretStoresHistory.



6459
6460
6461
6462
6463
6464
6465
6466
# File 'lib/svc.rb', line 6459

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