Module: Improvmx
- Defined in:
- lib/improvmx.rb,
lib/improvmx/utils.rb,
lib/improvmx/client.rb,
lib/improvmx/aliases.rb,
lib/improvmx/version.rb,
lib/improvmx/response.rb,
lib/improvmx/exceptions/exceptions.rb
Overview
Module for interaction with Improvmx
Defined Under Namespace
Modules: Aliases, Utils Classes: AuthenticationError, BadRequestError, Client, CommunicationError, Error, NotFoundError, RateLimitError, Response
Constant Summary collapse
- VERSION =
'0.1.0'.freeze
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.domain ⇒ Object
Returns the value of attribute domain.
Class Method Summary collapse
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
11 12 13 |
# File 'lib/improvmx.rb', line 11 def api_key @api_key end |
.domain ⇒ Object
Returns the value of attribute domain.
11 12 13 |
# File 'lib/improvmx.rb', line 11 def domain @domain end |
Class Method Details
.configure {|_self| ... } ⇒ Object
13 14 15 16 |
# File 'lib/improvmx.rb', line 13 def configure yield self true end |