Class: Enlight::Models::SessionTime
- Defined in:
- lib/enlight/models/session_time.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Enlight::Models::Model
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end.
4 5 6 |
# File 'lib/enlight/models/session_time.rb', line 4 def end @end end |
#start ⇒ Object
Returns the value of attribute start.
4 5 6 |
# File 'lib/enlight/models/session_time.rb', line 4 def start @start end |