struct Tag
- Tag
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/endpoint.crConstructors
- .new(name : String, description : String, tagger : String)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #description : String
- #description=(description : String)
- #name : String
- #name=(name : String)
- #tagger : String
- #tagger=(tagger : String)