Class: Verb::Email
Constant Summary
Constants inherited from Message
Instance Attribute Summary
Attributes inherited from Message
Instance Method Summary collapse
-
#initialize(api_key, params = {}, debug = false) ⇒ Email
constructor
A new instance of Email.
Methods inherited from Message
Constructor Details
#initialize(api_key, params = {}, debug = false) ⇒ Email
Returns a new instance of Email.
145 146 147 148 149 |
# File 'lib/verb.rb', line 145 def initialize(api_key, params = {}, debug = false) params[:api_key] = api_key params[:type] = :email super(params, debug) end |