struct Details
- Details
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/endpoint.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(code_path : PathInfo)
- .new
Instance Method Summary
- #==(other : Details) : Bool
- #add_path(code_path : PathInfo)
- #code_paths : Array(PathInfo)
- #code_paths=(code_paths : Array(PathInfo))
- #status_code : Int32 | Nil
- #status_code=(status_code : Int32)
- #status_code=(status_code : Int32 | Nil)