Class: Renshuu::List::Group
- Defined in:
- lib/renshuu/models/list.rb
Overview
Model class for list groups, a.k.a. sets.
Instance Attribute Summary collapse
- #group_title ⇒ String (also: #title) readonly
- #lists ⇒ Array<List> readonly
- #termtype ⇒ String readonly
Instance Attribute Details
#group_title ⇒ String (readonly) Also known as: title
37 |
# File 'lib/renshuu/models/list.rb', line 37 attribute :group_title, Types::String |
#lists ⇒ Array<List> (readonly)
47 |
# File 'lib/renshuu/models/list.rb', line 47 attribute :lists, Types::Array.of(List) |
#termtype ⇒ String (readonly)
42 |
# File 'lib/renshuu/models/list.rb', line 42 attribute :termtype, Types::String |