Module: Zoro

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

Defined Under Namespace

Modules: FieldName Classes: Account, Api, Lead, Record

Constant Summary collapse

VERSION =
"0.0.4"

Instance Attribute Summary collapse

Instance Attribute Details

#auth_tokenObject

Returns the value of attribute auth_token.



12
13
14
# File 'lib/zoro.rb', line 12

def auth_token
  @auth_token
end

#http_connectionObject

Returns the value of attribute http_connection.



12
13
14
# File 'lib/zoro.rb', line 12

def http_connection
  @http_connection
end