Class: NeweggScraperChsbr::Descriptors

Inherits:
Object
  • Object
show all
Defined in:
lib/newegg_scraper_chsbr/descriptors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#bulletsObject (readonly)

Returns the value of attribute bullets.



2
3
4
# File 'lib/newegg_scraper_chsbr/descriptors.rb', line 2

def bullets
  @bullets
end