Class: Crown::Amazon::Crawler::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/crown/amazon/crawler.rb

Overview

————————————————————— #

structures

————————————————————— #

Instance Attribute Summary collapse

Instance Attribute Details

#asinObject

Returns the value of attribute asin

Returns:

  • (Object)

    the current value of asin



50
51
52
# File 'lib/crown/amazon/crawler.rb', line 50

def asin
  @asin
end

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



50
51
52
# File 'lib/crown/amazon/crawler.rb', line 50

def author
  @author
end

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



50
51
52
# File 'lib/crown/amazon/crawler.rb', line 50

def count
  @count
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



50
51
52
# File 'lib/crown/amazon/crawler.rb', line 50

def date
  @date
end

#priceObject

Returns the value of attribute price

Returns:

  • (Object)

    the current value of price



50
51
52
# File 'lib/crown/amazon/crawler.rb', line 50

def price
  @price
end

#publisherObject

Returns the value of attribute publisher

Returns:

  • (Object)

    the current value of publisher



50
51
52
# File 'lib/crown/amazon/crawler.rb', line 50

def publisher
  @publisher
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



50
51
52
# File 'lib/crown/amazon/crawler.rb', line 50

def title
  @title
end