Class: SMSApi::SMS::Message::Eco
- Inherits:
-
SMSApi::SMS::Message
- Object
- SMSApi::SMS::Message
- SMSApi::SMS::Message::Eco
- Defined in:
- lib/client_smsapi/sms/message/eco.rb
Constant Summary collapse
- FROM =
'Eco'.freeze
Instance Attribute Summary
Attributes inherited from SMSApi::SMS::Message
Instance Method Summary collapse
-
#initialize(to:, from: FROM, body:) ⇒ Eco
constructor
A new instance of Eco.
Methods inherited from SMSApi::SMS::Message
Constructor Details
#initialize(to:, from: FROM, body:) ⇒ Eco
Returns a new instance of Eco.
7 8 9 10 11 |
# File 'lib/client_smsapi/sms/message/eco.rb', line 7 def initialize(to:, from: FROM, body:) super @from = FROM end |