struct PlaceOS::Driver::DriverModel::ControlSystem

Included Modules

Extended Modules

Defined in:

placeos-driver/driver_model.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def bookable : Bool #

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

[View source]
def capacity : Int32 #

[View source]
def capacity=(capacity : Int32) #

[View source]
def code : String | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def display_name : String | Nil #

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

[View source]
def email : String | Nil #

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

[View source]
def features : Array(String) | Nil #

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

[View source]
def id : String #

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

[View source]
def images : Array(String) | Nil #

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

[View source]
def map_id : String | Nil #

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

[View source]
def name : String #

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

[View source]
def support_url : String | Nil #

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

[View source]
def timezone : String | Nil #

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

[View source]
def type : String | Nil #

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

[View source]
def zones : Array(String) #

[View source]
def zones=(zones : Array(String)) #

[View source]