module Quickbooks::Base::Configuration

Public Instance Methods

configure() { |self| ... } click to toggle source
# File lib/quickbooks/base/configuration.rb, line 4
def configure
  yield self
end
oauth_consumer() click to toggle source
# File lib/quickbooks/base/configuration.rb, line 12
def oauth_consumer
  @oauth_consumer ||= $qb_oauth_consumer
end
oauth_consumer=(var) click to toggle source
# File lib/quickbooks/base/configuration.rb, line 8
def oauth_consumer=(var)
  @oauth_consumer = var
end