Class: Verb::SMS
Constant Summary
Constants inherited from Message
Instance Attribute Summary
Attributes inherited from Message
Instance Method Summary collapse
-
#initialize(api_key, params = {}, debug = false) ⇒ SMS
constructor
A new instance of SMS.
Methods inherited from Message
Constructor Details
#initialize(api_key, params = {}, debug = false) ⇒ SMS
Returns a new instance of SMS.
153 154 155 156 157 |
# File 'lib/verb.rb', line 153 def initialize(api_key, params = {}, debug = false) params[:api_key] = api_key params[:type] = :sms super(params, debug) end |