Class: FetchUtil::ParallelFetcher::Failure
- Inherits:
-
Struct
- Object
- Struct
- FetchUtil::ParallelFetcher::Failure
- Defined in:
- lib/fetch_util/parallel_fetcher.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#index ⇒ Object
Returns the value of attribute index.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
5 6 7 |
# File 'lib/fetch_util/parallel_fetcher.rb', line 5 def error @error end |
#index ⇒ Object
Returns the value of attribute index
5 6 7 |
# File 'lib/fetch_util/parallel_fetcher.rb', line 5 def index @index end |
#url ⇒ Object
Returns the value of attribute url
5 6 7 |
# File 'lib/fetch_util/parallel_fetcher.rb', line 5 def url @url end |