Module: Card::Set::All::EmailText::EmailTextFormat
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod012-email/all/email_text.rb
Instance Method Summary collapse
Instance Method Details
#view: compact_missing ⇒ Object
13 14 15 |
# File 'platypus/tmp/set/gem-defaults/mod012-email/all/email_text.rb', line 13 view :compact_missing do "" end |
#view: last_action ⇒ Object
17 18 19 |
# File 'platypus/tmp/set/gem-defaults/mod012-email/all/email_text.rb', line 17 view :last_action, perms: :none, cache: :never do _render_last_action_verb end |
#view: unknown ⇒ Object
9 10 11 |
# File 'platypus/tmp/set/gem-defaults/mod012-email/all/email_text.rb', line 9 view :unknown do "" end |