class Galileo::Room

Defined in:

galileo/room.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : String, name : String, description : String, is_private : Bool) #

[View source]

Class Method Detail

def self.from_json(payload : Hash(String, JSON::Any)) #

[View source]

Instance Method Detail

def description : String #

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

[View source]
def id : String #

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

[View source]
def is_private : Bool #

[View source]
def is_private=(is_private : Bool) #

[View source]
def name : String #

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

[View source]