Class: Top4R::Suite

Inherits:
Object
  • Object
show all
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

included

Class Method Details

.attributesObject



10
# File 'lib/top4r/model/suite.rb', line 10

def attributes; @@ATTRIBUTES; end

Instance Method Details

#unmarshal_other_attrsObject



13
14
15
# File 'lib/top4r/model/suite.rb', line 13

def unmarshal_other_attrs
  self
end