Class: Enlight::Models::SessionTime

Inherits:
Model
  • Object
show all
Defined in:
lib/enlight/models/session_time.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#id

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from Enlight::Models::Model

Instance Attribute Details

#endObject

Returns the value of attribute end.



4
5
6
# File 'lib/enlight/models/session_time.rb', line 4

def end
  @end
end

#startObject

Returns the value of attribute start.



4
5
6
# File 'lib/enlight/models/session_time.rb', line 4

def start
  @start
end