Top Level Namespace

Defined Under Namespace

Modules: StartcoinClient

Instance Method Summary collapse

Instance Method Details

#StartcoinClient(user, pass, options = {}) ⇒ Object



17
18
19
# File 'lib/startcoin_client.rb', line 17

def StartcoinClient(user, pass, options = {})
  ::StartcoinClient::Client.new(user, pass, options)
end