Method: SDM::SecretStoresHistory#initialize

Defined in:
lib/svc.rb

#initialize(channel, parent) ⇒ SecretStoresHistory

Returns a new instance of SecretStoresHistory.



3077
3078
3079
3080
3081
3082
3083
3084
# File 'lib/svc.rb', line 3077

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