Class: ComixScraper::ReleaseData
- Inherits:
-
Object
- Object
- ComixScraper::ReleaseData
- Defined in:
- lib/comix_scraper/release_data.rb
Instance Attribute Summary collapse
-
#categories ⇒ Object
Returns the value of attribute categories.
-
#comix ⇒ Object
Returns the value of attribute comix.
-
#shipping_date ⇒ Object
Returns the value of attribute shipping_date.
Instance Method Summary collapse
-
#initialize ⇒ ReleaseData
constructor
A new instance of ReleaseData.
Constructor Details
#initialize ⇒ ReleaseData
Returns a new instance of ReleaseData.
7 8 9 10 |
# File 'lib/comix_scraper/release_data.rb', line 7 def initialize @categories = [] @comix = [] end |
Instance Attribute Details
#categories ⇒ Object
Returns the value of attribute categories.
5 6 7 |
# File 'lib/comix_scraper/release_data.rb', line 5 def categories @categories end |
#comix ⇒ Object
Returns the value of attribute comix.
5 6 7 |
# File 'lib/comix_scraper/release_data.rb', line 5 def comix @comix end |
#shipping_date ⇒ Object
Returns the value of attribute shipping_date.
5 6 7 |
# File 'lib/comix_scraper/release_data.rb', line 5 def shipping_date @shipping_date end |