module NexosisApi

The container for the Nexosis API Client

Public Class Methods

client(options = {}) click to toggle source
# File lib/nexosis_api.rb, line 7
def client options = {}
  return @client if defined?(@client)
  @client = NexosisApi::Client.new(options)
end