Module: Forecast::Model::ClassMethods
- Defined in:
- lib/forecast/model.rb
Instance Method Summary collapse
Instance Method Details
#attr_accessor(*attrs) ⇒ Object
63 64 65 66 |
# File 'lib/forecast/model.rb', line 63 def attr_accessor *attrs @attributes = Array attrs super end |
#attributes ⇒ Object
59 60 61 |
# File 'lib/forecast/model.rb', line 59 def attributes @attributes end |