Class: DialogLkEsms::Client::SendResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/dialog_lk_esms/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



31
32
33
# File 'lib/dialog_lk_esms/client.rb', line 31

def code
  @code
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



31
32
33
# File 'lib/dialog_lk_esms/client.rb', line 31

def message
  @message
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



31
32
33
# File 'lib/dialog_lk_esms/client.rb', line 31

def ok
  @ok
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



31
32
33
# File 'lib/dialog_lk_esms/client.rb', line 31

def payload
  @payload
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



31
32
33
# File 'lib/dialog_lk_esms/client.rb', line 31

def raw
  @raw
end