Class: HAR::Page

Inherits:
SchemaType show all
Defined in:
lib/har/page.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Serializable

#==, #as_json, #inspect, #to_json

Constructor Details

#initialize(input, entries) ⇒ Page

Returns a new instance of Page.



6
7
8
9
# File 'lib/har/page.rb', line 6

def initialize(input, entries)
  super(input)
  @entries = entries
end

Instance Attribute Details

#entriesObject (readonly)

Returns the value of attribute entries.



4
5
6
# File 'lib/har/page.rb', line 4

def entries
  @entries
end