Module: SendpulseClient
- Defined in:
- lib/sendpulse_client.rb,
lib/sendpulse_client/email.rb,
lib/sendpulse_client/version.rb,
lib/sendpulse_client/campaign.rb,
lib/sendpulse_client/connection.rb,
lib/sendpulse_client/addressbook.rb,
lib/sendpulse_client/configuration.rb
Defined Under Namespace
Classes: Addressbook, Campaign, Configuration, Connection, Email
Constant Summary collapse
- VERSION =
'0.2.1'
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
12 13 14 |
# File 'lib/sendpulse_client/configuration.rb', line 12 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
14 15 16 |
# File 'lib/sendpulse_client/configuration.rb', line 14 def configure yield configuration end |