class JohnsonControls::Command

Included Modules

Extended Modules

Defined in:

johnson_controls/metasys_models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def command_id : String #

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

[View source]
def items : Array(JSON::Any) #

[View source]
def items=(items : Array(JSON::Any)) #

[View source]
def maximum_items : Int32 #

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

[View source]
def minimum_items : Int32 #

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

[View source]
def title : String #

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

[View source]
def type : String #

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

[View source]