Class: RSS::Atom::Feed::Entry
- Inherits:
-
Object
- Object
- RSS::Atom::Feed::Entry
- Defined in:
- lib/rss/opds.rb
Instance Method Summary collapse
Instance Method Details
#price ⇒ Object
225 226 227 |
# File 'lib/rss/opds.rb', line 225 def price links.find {|link| link.opds_price}.opds_price end |