Class: TurbaChronos::PeriodConverter::Bounds

Inherits:
Struct
  • Object
show all
Defined in:
lib/turba_chronos/period_converter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



3
4
5
# File 'lib/turba_chronos/period_converter.rb', line 3

def from
  @from
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



3
4
5
# File 'lib/turba_chronos/period_converter.rb', line 3

def to
  @to
end