struct

Lgwsim::Message

Inherits Struct < Value < Object

Constructors

new(id : String, from : String, to : String, body : String)
Source
new(__temp_107 : JSON::PullParser)

Class methods

many_from_xml(string)
Source
many_to_xml(messages)
Source

Instance methods

body
body=(_body : String)
clone
Source
copy_with(id _id = @id, from _from = @from, to _to = @to, body _body = @body)
Source
from
from=(_from : String)
id
id=(_id : String)
to
to=(_to : String)
to_json(json : JSON::Builder)