Module: Card::Set::Abstract::List::OtherViews::DataFormat
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod005-list/abstract/01_list/other_views.rb
Overview
Data views
Instance Method Summary collapse
Instance Method Details
#view: content ⇒ Object
46 47 48 |
# File 'platypus/tmp/set/gem-defaults/mod005-list/abstract/01_list/other_views.rb', line 46 view :content do nest_item_array end |
#view: core ⇒ Object
42 43 44 |
# File 'platypus/tmp/set/gem-defaults/mod005-list/abstract/01_list/other_views.rb', line 42 view :core do card.known? ? render_content : [] end |