Module: Zoro

Extended by:
Zoro
Included in:
Zoro
Defined in:
lib/zoro.rb,
lib/zoro/api.rb,
lib/zoro/lead.rb,
lib/zoro/version.rb

Defined Under Namespace

Classes: Api, Lead

Constant Summary collapse

VERSION =
"0.0.1"

Instance Attribute Summary collapse

Instance Attribute Details

#auth_tokenObject

Returns the value of attribute auth_token.



9
10
11
# File 'lib/zoro.rb', line 9

def auth_token
  @auth_token
end

#http_connectionObject

Returns the value of attribute http_connection.



9
10
11
# File 'lib/zoro.rb', line 9

def http_connection
  @http_connection
end