module BaseApi

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/base_api.rb, line 13
def client
  @client = BaseApi::Client.new(options)
end