struct PlaceOS::Model::Edge::CreateBody
- PlaceOS::Model::Edge::CreateBody
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
placeos-models/edge.crConstructors
- .new(name : String, user_id : String | Nil, description : String = "")
- .new(pull : JSON::PullParser)
Instance Method Summary
- #clone
- #copy_with(name _name = @name, user_id _user_id = @user_id, description _description = @description)
- #description : String
- #name : String
- #user_id : String | Nil
Constructor Detail
Instance Method Detail
def copy_with(name _name = @name, user_id _user_id = @user_id, description _description = @description)
#