lib/xero_gateway/oauth.rb in xero_gateway-2.0.15 vs lib/xero_gateway/oauth.rb in xero_gateway-2.0.16

- old
+ new

@@ -23,10 +23,10 @@ end extend Forwardable def_delegators :access_token, :get, :post, :put, :delete - attr_reader :ctoken, :csecret, :consumer_options, :session_handle, :authorization_expires_at + attr_reader :ctoken, :csecret, :consumer_options, :session_handle, :expires_at, :authorization_expires_at def initialize(ctoken, csecret, options = {}) @ctoken, @csecret = ctoken, csecret @consumer_options = XERO_CONSUMER_OPTIONS.merge(options) end