Class: Nickel::TimeSpanConstruct

Inherits:
Construct show all
Defined in:
lib/nickel/construct.rb

Instance Attribute Summary collapse

Attributes inherited from Construct

#comp_end, #comp_start, #found_in

Method Summary

Methods inherited from Construct

#initialize

Constructor Details

This class inherits a constructor from Nickel::Construct

Instance Attribute Details

#end_timeObject

Returns the value of attribute end_time.



31
32
33
# File 'lib/nickel/construct.rb', line 31

def end_time
  @end_time
end

#start_timeObject

Returns the value of attribute start_time.



31
32
33
# File 'lib/nickel/construct.rb', line 31

def start_time
  @start_time
end