Class: Top4R::Suite
- Inherits:
-
Object
- Object
- Top4R::Suite
- Includes:
- ModelMixin
- Defined in:
- lib/top4r/model/suite.rb
Overview
Suite model
Constant Summary collapse
- @@ATTRIBUTES =
[:id, :nick, :suite_name, :start_date, :end_date]
Class Method Summary collapse
Instance Method Summary collapse
Methods included from ModelMixin
Class Method Details
.attributes ⇒ Object
10 |
# File 'lib/top4r/model/suite.rb', line 10 def attributes; @@ATTRIBUTES; end |
Instance Method Details
#unmarshal_other_attrs ⇒ Object
13 14 15 |
# File 'lib/top4r/model/suite.rb', line 13 def unmarshal_other_attrs self end |