Module: Sendable
- Defined in:
- lib/sendable.rb,
lib/sendable/client.rb,
lib/sendable/config.rb,
lib/sendable/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.1.6"
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.
7 8 9 |
# File 'lib/sendable.rb', line 7 def config @config end |
Class Method Details
.client ⇒ Object
20 21 22 |
# File 'lib/sendable.rb', line 20 def self.client @client ||= Client.new(config.project_id, config.api_key) end |