class NWitchGRPCClient::Configuration

Attributes

grpc_host[RW]
nwitch_token[RW]

Public Class Methods

new() click to toggle source
# File lib/nwitch_grpc_client/configuration.rb, line 5
def initialize
  @grpc_host = 'localhost:50051'
  @nwitch_token = ''
end