Module: Card::Set::Right::Structure::HtmlFormat

Extended by:
AbstractFormat
Defined in:
platypus/tmp/set/gem-defaults/mod003-content/right/structure.rb

Instance Method Summary collapse

Instance Method Details

#view: one_line_contentObject



21
22
23
# File 'platypus/tmp/set/gem-defaults/mod003-content/right/structure.rb', line 21

view :one_line_content do
  "#{_render_type} : #{_render_raw}"
end

#visible_cardtype_groupsObject



25
26
27
28
29
# File 'platypus/tmp/set/gem-defaults/mod003-content/right/structure.rb', line 25

def visible_cardtype_groups
  hash = All::CardtypeGroups::GROUP.slice("Text")
  hash["Organize"] = ["Search", "Nest list"]
  hash
end