Class: Timeframeable::Timeframe
- Inherits:
-
Struct
- Object
- Struct
- Timeframeable::Timeframe
- Defined in:
- lib/timeframeable.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
14 15 16 |
# File 'lib/timeframeable.rb', line 14 def end @end end |
#start ⇒ Object
Returns the value of attribute start
14 15 16 |
# File 'lib/timeframeable.rb', line 14 def start @start end |