Sha256: 593318d087d796780fc1f8322c13c435b9a46d5e9b6a29bef2f6f656855a23fb
Contents?: true
Size: 574 Bytes
Versions: 2
Compression:
Stored size: 574 Bytes
Contents
module Brightpearl class Config # Developer Account attr_accessor :dev_ref # Developer ID attr_accessor :account # Brightpearl account # Application specific attr_accessor :app_ref # App ref attr_accessor :app_secret # App secret # Based on authentication process attr_accessor :token # API token attr_accessor :api_domain # API URL base. Depends on instance region. Obtained after auth process attr_accessor :refresh_token # API refresh token end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-brightpearl-0.3.0 | lib/brightpearl/config.rb |
ruby-brightpearl-0.2.0 | lib/brightpearl/config.rb |