struct Delta::Models::Device
- Delta::Models::Device
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
delta/models/device.crConstructors
- .new(id : UInt32, base : String, node_type : String, display_name : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #base : String
- #base=(base : String)
- #display_name : String
- #display_name=(display_name : String)
- #id : UInt32
- #id=(id : UInt32)
- #node_type : String
- #node_type=(node_type : String)