Class: MangaDownloadr::ImageData

Inherits:
Struct
  • Object
show all
Defined in:
lib/manga-downloadr.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



22
23
24
# File 'lib/manga-downloadr.rb', line 22

def filename
  @filename
end

#folderObject

Returns the value of attribute folder

Returns:

  • (Object)

    the current value of folder



22
23
24
# File 'lib/manga-downloadr.rb', line 22

def folder
  @folder
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



22
23
24
# File 'lib/manga-downloadr.rb', line 22

def url
  @url
end