class HAR::PostData
- HAR::PostData
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
har/json_mapping.crConstructors
Instance Method Summary
- #comment : String | Nil
- #comment=(comment : String | Nil)
- #mime_type : String | Nil
- #mime_type=(mime_type : String | Nil)
- #params : Array(Param) | Nil
- #params=(params : Array(Param) | Nil)
- #text : String | Nil
- #text=(text : String | Nil)