module AndSon::Client::InstanceMethods

Attributes

host[R]
port[R]

Public Class Methods

new(host, port) click to toggle source
# File lib/and-son/client.rb, line 27
def initialize(host, port)
  @host, @port = host, port
end