Class: HAR::SchemaType

Inherits:
Object
  • Object
show all
Includes:
Serializable
Defined in:
lib/har/schema_type.rb

Direct Known Subclasses

Page

Instance Method Summary collapse

Methods included from Serializable

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

Constructor Details

#initialize(data) ⇒ SchemaType

Returns a new instance of SchemaType.



69
70
71
# File 'lib/har/schema_type.rb', line 69

def initialize(data)
  @data = data
end