Class: NeweggScraperChsbr::Descriptors
- Inherits:
-
Object
- Object
- NeweggScraperChsbr::Descriptors
- Defined in:
- lib/newegg_scraper_chsbr/descriptors.rb
Instance Attribute Summary collapse
-
#bullets ⇒ Object
readonly
Returns the value of attribute bullets.
Instance Method Summary collapse
-
#initialize(hash) ⇒ Descriptors
constructor
A new instance of Descriptors.
Constructor Details
#initialize(hash) ⇒ Descriptors
Returns a new instance of Descriptors.
3 4 5 |
# File 'lib/newegg_scraper_chsbr/descriptors.rb', line 3 def initialize(hash) @bullets = hash end |
Instance Attribute Details
#bullets ⇒ Object (readonly)
Returns the value of attribute bullets.
2 3 4 |
# File 'lib/newegg_scraper_chsbr/descriptors.rb', line 2 def bullets @bullets end |