Class: WebArchive::Req

Inherits:
Struct
  • Object
show all
Defined in:
lib/webarchive.rb

Instance Attribute Summary collapse

Instance Attribute Details

#max_retryObject

Returns the value of attribute max_retry

Returns:

  • (Object)

    the current value of max_retry



23
24
25
# File 'lib/webarchive.rb', line 23

def max_retry
  @max_retry
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



23
24
25
# File 'lib/webarchive.rb', line 23

def uri
  @uri
end

#waitObject

Returns the value of attribute wait

Returns:

  • (Object)

    the current value of wait



23
24
25
# File 'lib/webarchive.rb', line 23

def wait
  @wait
end