Class: Ektoplayer::Models::Model
- Inherits:
-
Object
- Object
- Ektoplayer::Models::Model
- Defined in:
- lib/ektoplayer/models/model.rb
Overview
Base class for all other models.
Instance Attribute Summary collapse
-
#events ⇒ Object
readonly
Returns the value of attribute events.
Instance Method Summary collapse
-
#initialize ⇒ Model
constructor
A new instance of Model.
Constructor Details
Instance Attribute Details
#events ⇒ Object (readonly)
Returns the value of attribute events.
7 8 9 |
# File 'lib/ektoplayer/models/model.rb', line 7 def events @events end |