Class: DMMCrawler::Attributes::AdultGameAttributes
- Inherits:
-
BaseAttributes
- Object
- BaseAttributes
- DMMCrawler::Attributes::AdultGameAttributes
- Defined in:
- lib/dmm-crawler/attributes/adult_game_attributes.rb
Constant Summary
Constants inherited from BaseAttributes
BaseAttributes::HTTP_STATUS_CODE_OF_SUCCESS
Instance Method Summary collapse
Methods inherited from BaseAttributes
Constructor Details
This class inherits a constructor from DMMCrawler::Attributes::BaseAttributes
Instance Method Details
#to_a ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/dmm-crawler/attributes/adult_game_attributes.rb', line 6 def to_a [ title, title_link, main_image_url, sample_image_urls, submedia, brand, affiliateable?, ] end |