class HAR::Data

Overview

Main Data Structure

Included Modules

Defined in:

har/data.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(log : HAR::Log) #

[View source]

Instance Method Detail

def log : Log #

This object represents the root of exported data.


[View source]
def log=(log : Log) #

This object represents the root of exported data.


[View source]