class Rapa::Resources::BrowseNodeResource
Public Instance Methods
asin()
click to toggle source
@return [String]
# File lib/rapa/resources/browse_node_resource.rb, line 5 def asin source["ASIN"] end
ebook?()
click to toggle source
@return [Boolean]
# File lib/rapa/resources/browse_node_resource.rb, line 15 def ebook? source["ProductGroup"] == "eBooks" end
product_group()
click to toggle source
@return [String]
# File lib/rapa/resources/browse_node_resource.rb, line 20 def product_group source["ProductGroup"] end
title()
click to toggle source
@return [String]
# File lib/rapa/resources/browse_node_resource.rb, line 25 def title source["Title"] end
url_details_page()
click to toggle source
@return [String]
# File lib/rapa/resources/browse_node_resource.rb, line 30 def url_details_page source["DetailPageURL"] end