Class: Nickel::DateSpanConstruct

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_dateObject

Returns the value of attribute end_date.



20
21
22
# File 'lib/nickel/construct.rb', line 20

def end_date
  @end_date
end

#start_dateObject

Returns the value of attribute start_date.



20
21
22
# File 'lib/nickel/construct.rb', line 20

def start_date
  @start_date
end