class HAR::Pages
- HAR::Pages
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
har/json_mapping.crConstructors
- .new(started_date_time : Nil | String, id : Nil | String, title : Nil | String, page_timings : Nil | HAR::PageTimings = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #comment : String | Nil
- #comment=(comment : String | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #page_timings : PageTimings | Nil
- #page_timings=(page_timings : PageTimings | Nil)
- #started_date_time : String | Nil
- #started_date_time=(started_date_time : String | Nil)
- #title : String | Nil
- #title=(title : String | Nil)
Constructor Detail
def self.new(started_date_time : Nil | String, id : Nil | String, title : Nil | String, page_timings : Nil | HAR::PageTimings = nil)
#