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