Returns a new instance of Base.
10 11 12
# File 'lib/lsslog/services/v2/base.rb', line 10 def initialize @client = ::Lsslog::V2::Stub.new(lss_host, :this_channel_is_insecure) end