Class: RSS::Atom::Feed::Entry

Inherits:
Object
  • Object
show all
Defined in:
lib/rss/opds.rb

Instance Method Summary collapse

Instance Method Details

#priceObject



225
226
227
# File 'lib/rss/opds.rb', line 225

def price
  links.find {|link| link.opds_price}.opds_price
end