Class: Timeframeable::Timeframe

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

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



14
15
16
# File 'lib/timeframeable.rb', line 14

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



14
15
16
# File 'lib/timeframeable.rb', line 14

def start
  @start
end