Module: Cordial
- Defined in:
- lib/cordial.rb,
lib/cordial/cart.rb,
lib/cordial/order.rb,
lib/cordial/client.rb,
lib/cordial/orders.rb,
lib/cordial/version.rb,
lib/cordial/contacts.rb,
lib/cordial/products.rb,
lib/cordial/contactactivities.rb,
lib/cordial/automation_templates.rb
Defined Under Namespace
Modules: Client Classes: AutomationTemplates, Cart, Configuration, Contactactivities, Contacts, Order, Orders, Products
Constant Summary collapse
- VERSION =
'1.2.0'.freeze
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Method Summary collapse
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
21 22 23 |
# File 'lib/cordial.rb', line 21 def config @config end |
Class Method Details
.configure {|config| ... } ⇒ Object
24 25 26 27 |
# File 'lib/cordial.rb', line 24 def self.configure self.config ||= Configuration.new yield(config) end |