struct ServiceRunner::Monitoring::Config::HTTPResult::Expected
- ServiceRunner::Monitoring::Config::HTTPResult::Expected
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
service_runner/monitoring/config.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(status : Int32 = 200, body : String | Nil = nil)
Instance Method Summary
- #body : String | Nil
- #clone
- #copy_with(status _status = @status, body _body = @body)
- #status : Int32