Class: Crown::Amazon::Crawler::Response
- Inherits:
-
Struct
- Object
- Struct
- Crown::Amazon::Crawler::Response
- Defined in:
- lib/crown/amazon/crawler.rb
Overview
————————————————————— #
structures
————————————————————— #
Instance Attribute Summary collapse
-
#asin ⇒ Object
Returns the value of attribute asin.
-
#author ⇒ Object
Returns the value of attribute author.
-
#count ⇒ Object
Returns the value of attribute count.
-
#date ⇒ Object
Returns the value of attribute date.
-
#price ⇒ Object
Returns the value of attribute price.
-
#publisher ⇒ Object
Returns the value of attribute publisher.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#asin ⇒ Object
Returns the value of attribute asin
50 51 52 |
# File 'lib/crown/amazon/crawler.rb', line 50 def asin @asin end |
#author ⇒ Object
Returns the value of attribute author
50 51 52 |
# File 'lib/crown/amazon/crawler.rb', line 50 def @author end |
#count ⇒ Object
Returns the value of attribute count
50 51 52 |
# File 'lib/crown/amazon/crawler.rb', line 50 def count @count end |
#date ⇒ Object
Returns the value of attribute date
50 51 52 |
# File 'lib/crown/amazon/crawler.rb', line 50 def date @date end |
#price ⇒ Object
Returns the value of attribute price
50 51 52 |
# File 'lib/crown/amazon/crawler.rb', line 50 def price @price end |
#publisher ⇒ Object
Returns the value of attribute publisher
50 51 52 |
# File 'lib/crown/amazon/crawler.rb', line 50 def publisher @publisher end |
#title ⇒ Object
Returns the value of attribute title
50 51 52 |
# File 'lib/crown/amazon/crawler.rb', line 50 def title @title end |