class Vacuum::Parser::ItemSearchResponse::Items::Entry::ItemLink
Attributes
Description[RW]
ItemLink[RW]
URL[RW]
Public Class Methods
new(item_link)
click to toggle source
# File lib/vacuum/parser/itemsearch_response.rb, line 86 def initialize(item_link) @ItemLink = item_link @Description = (n = @ItemLink.at('./xmlns:Description')) && n.content @URL = (n = @ItemLink.at('./xmlns:URL')) && n.content end