Class: FetchUtil::ParallelFetcher::Failure

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



5
6
7
# File 'lib/fetch_util/parallel_fetcher.rb', line 5

def error
  @error
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



5
6
7
# File 'lib/fetch_util/parallel_fetcher.rb', line 5

def index
  @index
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



5
6
7
# File 'lib/fetch_util/parallel_fetcher.rb', line 5

def url
  @url
end