Class: DialogLkEsms::Client::SendResult
- Inherits:
-
Struct
- Object
- Struct
- DialogLkEsms::Client::SendResult
- Defined in:
- lib/dialog_lk_esms/client.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#message ⇒ Object
Returns the value of attribute message.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
31 32 33 |
# File 'lib/dialog_lk_esms/client.rb', line 31 def code @code end |
#message ⇒ Object
Returns the value of attribute message
31 32 33 |
# File 'lib/dialog_lk_esms/client.rb', line 31 def end |
#ok ⇒ Object
Returns the value of attribute ok
31 32 33 |
# File 'lib/dialog_lk_esms/client.rb', line 31 def ok @ok end |
#payload ⇒ Object
Returns the value of attribute payload
31 32 33 |
# File 'lib/dialog_lk_esms/client.rb', line 31 def payload @payload end |
#raw ⇒ Object
Returns the value of attribute raw
31 32 33 |
# File 'lib/dialog_lk_esms/client.rb', line 31 def raw @raw end |