Module: Yonoma
- Defined in:
- lib/yonoma.rb,
lib/yonoma/tags.rb,
lib/yonoma/email.rb,
lib/yonoma/lists.rb,
lib/yonoma/client.rb,
lib/yonoma/version.rb,
lib/yonoma/contacts.rb
Defined Under Namespace
Classes: Client, Contacts, Email, Error, Lists, Tags
Constant Summary collapse
- VERSION =
"0.1.6"
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
Class Method Summary collapse
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
14 15 16 |
# File 'lib/yonoma.rb', line 14 def api_key @api_key end |
Class Method Details
.configure(api_key) ⇒ Object
16 17 18 |
# File 'lib/yonoma.rb', line 16 def configure(api_key) @api_key = api_key end |