module Productive
Constants
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/productive.rb, line 92 def configuration RequestStore.store[:json_api_client_configuration] ||= Productive::Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/productive.rb, line 85 def configure yield configuration Productive::Base.setup(configuration) Productive::BaseAccount.setup(configuration) end