Class: TwitterImages::Downloader
- Inherits:
-
Object
- Object
- TwitterImages::Downloader
- Defined in:
- lib/twitter_images/downloader.rb
Instance Attribute Summary collapse
-
#images ⇒ Object
Returns the value of attribute images.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Method Summary collapse
Instance Attribute Details
#images ⇒ Object
Returns the value of attribute images.
3 4 5 |
# File 'lib/twitter_images/downloader.rb', line 3 def images @images end |
#output ⇒ Object
Returns the value of attribute output.
3 4 5 |
# File 'lib/twitter_images/downloader.rb', line 3 def output @output end |
Instance Method Details
#download(parsed_links) ⇒ Object
5 6 7 |
# File 'lib/twitter_images/downloader.rb', line 5 def download(parsed_links) save_images(parsed_links) end |