Module: NeomodeClient

Included in:
Api, Auth
Defined in:
lib/neomode_client.rb,
lib/neomode_client/api.rb,
lib/neomode_client/auth.rb

Defined Under Namespace

Classes: Api, Auth

Instance Method Summary collapse

Instance Method Details

#handlerObject



11
12
13
# File 'lib/neomode_client.rb', line 11

def handler
  ResponseHandler
end

#mount_url(is_production) ⇒ Object



7
8
9
# File 'lib/neomode_client.rb', line 7

def mount_url(is_production)
  "https://#{is_production ? "api" : "dev-api"}.neomode.com.br"
end