Class: Charted::Experiment
- Inherits:
-
Sequel::Model
- Object
- Sequel::Model
- Charted::Experiment
- Includes:
- Endable, HasVisitor
- Defined in:
- lib/charted/model.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ Experiment
constructor
A new instance of Experiment.
Methods included from Endable
Methods included from HasVisitor
Constructor Details
#initialize(*args) ⇒ Experiment
Returns a new instance of Experiment.
156 157 158 159 |
# File 'lib/charted/model.rb', line 156 def initialize(*args) super self.created_at ||= DateTime.now end |