lib/brightpearl/config.rb in ruby-brightpearl-0.1.01 vs lib/brightpearl/config.rb in ruby-brightpearl-0.2.0
- old
+ new
@@ -5,13 +5,12 @@
attr_accessor :account # Brightpearl account
# Application specific
attr_accessor :app_ref # App ref
attr_accessor :app_secret # App secret
- attr_accessor :oauth_redirect_url # App authorized oauth redirect for app
# 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
+ attr_accessor :refresh_token # API refresh token
end
end
\ No newline at end of file