struct Lgwsim::Message

Defined in:

message.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : String, from : String, to : String, body : String) #

[View source]
def self.new(__temp_73 : JSON::PullParser) #

Class Method Detail

def self.many_from_xml(string) #

[View source]
def self.many_to_xml(messages) #

[View source]

Instance Method Detail

def body : String #

def body=(_body : String) #

def clone #

[View source]
def copy_with(id _id = @id, from _from = @from, to _to = @to, body _body = @body) #

[View source]
def from : String #

def from=(_from : String) #

def id : String #

def id=(_id : String) #

def to : String #

def to=(_to : String) #

def to_json(json : JSON::Builder) #