module ZohoInventory

Constants

VERSION

Attributes

api_base[RW]
auth_token[RW]
organization_id[RW]

Public Class Methods

credentials() click to toggle source
# File lib/zoho_inventory.rb, line 32
def credentials
  [ZohoInventory.organization_id, ZohoInventory.auth_token]
end