Class: HttpArchive::Creator

Inherits:
Object
  • Object
show all
Defined in:
lib/http_archive/classes.rb

Overview

Container for information about the HTTP Archive creator.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns the name of the creator of the HTTP Archive

Returns:

  • (String)

    String with creator name, e.g. “Firebug”



7
8
9
# File 'lib/http_archive/classes.rb', line 7

def name
  @name
end

#versionString

Returns the version of the creator of the HTTP Archive

Returns:

  • (String)

    String with creator version, e.g. “1.11”



10
11
12
# File 'lib/http_archive/classes.rb', line 10

def version
  @version
end