Class: WebArchive::Req
- Inherits:
-
Struct
- Object
- Struct
- WebArchive::Req
- Defined in:
- lib/webarchive.rb
Instance Attribute Summary collapse
-
#max_retry ⇒ Object
Returns the value of attribute max_retry.
-
#uri ⇒ Object
Returns the value of attribute uri.
-
#wait ⇒ Object
Returns the value of attribute wait.
Instance Attribute Details
#max_retry ⇒ Object
Returns the value of attribute max_retry
23 24 25 |
# File 'lib/webarchive.rb', line 23 def max_retry @max_retry end |
#uri ⇒ Object
Returns the value of attribute uri
23 24 25 |
# File 'lib/webarchive.rb', line 23 def uri @uri end |
#wait ⇒ Object
Returns the value of attribute wait
23 24 25 |
# File 'lib/webarchive.rb', line 23 def wait @wait end |