Module: Card::Set::Abstract::List::OtherViews::RssFormat
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod005-list/abstract/01_list/other_views.rb
Overview
RSS views
Instance Method Summary collapse
Instance Method Details
#raw_feed_items ⇒ Object
91 92 93 |
# File 'platypus/tmp/set/gem-defaults/mod005-list/abstract/01_list/other_views.rb', line 91 def raw_feed_items @raw_feed_items ||= card.item_cards(limit: limit, offset: offset) end |