Module: Exponea
- Defined in:
- lib/exponea.rb,
lib/exponea/events.rb,
lib/exponea/version.rb,
lib/exponea/base_api.rb,
lib/exponea/customers.rb,
lib/exponea/configuration.rb
Defined Under Namespace
Classes: BaseApi, Configuration, Customers, Error, Events
Constant Summary
collapse
- VERSION =
'1'.freeze
Class Method Summary
collapse
Class Method Details
.config ⇒ Object
12
13
14
|
# File 'lib/exponea.rb', line 12
def self.config
@configuration
end
|
16
17
18
|
# File 'lib/exponea.rb', line 16
def self.configure
yield(@configuration)
end
|