Class: DialogLkEsms::Client::BalanceResult
- Inherits:
-
Struct
- Object
- Struct
- DialogLkEsms::Client::BalanceResult
- 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
32 33 34 |
# File 'lib/dialog_lk_esms/client.rb', line 32 def code @code end |
#message ⇒ Object
Returns the value of attribute message
32 33 34 |
# File 'lib/dialog_lk_esms/client.rb', line 32 def @message end |
#ok ⇒ Object
Returns the value of attribute ok
32 33 34 |
# File 'lib/dialog_lk_esms/client.rb', line 32 def ok @ok end |
#payload ⇒ Object
Returns the value of attribute payload
32 33 34 |
# File 'lib/dialog_lk_esms/client.rb', line 32 def payload @payload end |
#raw ⇒ Object
Returns the value of attribute raw
32 33 34 |
# File 'lib/dialog_lk_esms/client.rb', line 32 def raw @raw end |