class Bright::Models::Amenity

Included Modules

Defined in:

bright/models/amenity.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def available_for_desk : Bool | Nil #

[View source]
def available_for_desk=(available_for_desk : Bool | Nil) #

[View source]
def available_for_parking : Bool | Nil #

[View source]
def available_for_parking=(available_for_parking : Bool | Nil) #

[View source]
def available_for_room : Bool | Nil #

[View source]
def available_for_room=(available_for_room : Bool | Nil) #

[View source]
def description : String | Nil #

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

[View source]
def icon : String | Nil #

[View source]
def icon=(icon : String | Nil) #

[View source]
def id : String | Nil #

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

[View source]
def order : Int32 | Nil #

[View source]
def order=(order : Int32 | Nil) #

[View source]