lib/brightpearl/config.rb in ruby-brightpearl-0.3.0 vs lib/brightpearl/config.rb in ruby-brightpearl-0.4.0

- old
+ new

@@ -10,7 +10,9 @@ # 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 + + attr_accessor :debug_mode # Display log data for request done when true end end \ No newline at end of file