class ICrystal::Message::Header

Included Modules

Defined in:

icrystal/session.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, session : String) #

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

[View source]

Instance Method Detail

def id : String #

[View source]
def id=(id : String) #

[View source]
def session : String #

[View source]
def session=(session : String) #

[View source]
def timestamp : String #

[View source]
def timestamp=(timestamp : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def username : String #

[View source]
def username=(username : String) #

[View source]
def version : String #

[View source]
def version=(version : String) #

[View source]