Module: Card::Set::All::Type::ClassMethods
- Defined in:
- platypus/tmp/set/gem-card/mod001-core/all/type.rb
Instance Method Summary collapse
Instance Method Details
#default_type_id ⇒ Object
9 10 11 |
# File 'platypus/tmp/set/gem-card/mod001-core/all/type.rb', line 9 def default_type_id @default_type_id ||= Card.fetch_type_id %i[all default] end |