struct Param
- Param
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/endpoint.crConstructors
- .new(name : String, value : String, param_type : String)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #==(other : Param) : Bool
-
#add_tag(tag : Tag)
Dedup by (name, tagger) like push_callee/push_param do for their collections, so re-tagging the same target (e.g.
- #detached_copy : Param
- #name : String
- #name=(name : String)
- #param_type : String
- #param_type=(value : String)
- #param_type=(param_type : String)
- #tags : Array(Tag)
- #tags=(tags : Array(Tag))
- #value : String
- #value=(value : String)
Constructor Detail
Instance Method Detail
Dedup by (name, tagger) like push_callee/push_param do for their collections, so re-tagging the same target (e.g. a match in two code_paths) can't surface a duplicate "auth auth" in the text output.