Class: Dratools::DownloadService::DownloadResult
- Inherits:
-
Struct
- Object
- Struct
- Dratools::DownloadService::DownloadResult
- Defined in:
- lib/dratools/download_service.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Method Summary collapse
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
18 19 20 |
# File 'lib/dratools/download_service.rb', line 18 def path @path end |
#skipped ⇒ Object
Returns the value of attribute skipped
18 19 20 |
# File 'lib/dratools/download_service.rb', line 18 def skipped @skipped end |
Instance Method Details
#skipped? ⇒ Boolean
19 20 21 |
# File 'lib/dratools/download_service.rb', line 19 def skipped? skipped end |
#to_s ⇒ Object
23 24 25 |
# File 'lib/dratools/download_service.rb', line 23 def to_s path end |