Class: MangaDownloadr::ImageData
- Inherits:
-
Struct
- Object
- Struct
- MangaDownloadr::ImageData
- Defined in:
- lib/manga-downloadr.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#folder ⇒ Object
Returns the value of attribute folder.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
22 23 24 |
# File 'lib/manga-downloadr.rb', line 22 def filename @filename end |
#folder ⇒ Object
Returns the value of attribute folder
22 23 24 |
# File 'lib/manga-downloadr.rb', line 22 def folder @folder end |
#url ⇒ Object
Returns the value of attribute url
22 23 24 |
# File 'lib/manga-downloadr.rb', line 22 def url @url end |