Class: Dratools::DownloadService::DownloadResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



18
19
20
# File 'lib/dratools/download_service.rb', line 18

def path
  @path
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



18
19
20
# File 'lib/dratools/download_service.rb', line 18

def skipped
  @skipped
end

Instance Method Details

#skipped?Boolean

Returns:

  • (Boolean)


19
20
21
# File 'lib/dratools/download_service.rb', line 19

def skipped?
  skipped
end

#to_sObject



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

def to_s
  path
end