Class: HTM::Timeframe::Result

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

Overview

Result structure for :auto mode

Instance Attribute Summary collapse

Instance Attribute Details

#extractedObject

Returns the value of attribute extracted

Returns:

  • (Object)

    the current value of extracted



25
26
27
# File 'lib/htm/timeframe.rb', line 25

def extracted
  @extracted
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



25
26
27
# File 'lib/htm/timeframe.rb', line 25

def query
  @query
end

#timeframeObject

Returns the value of attribute timeframe

Returns:

  • (Object)

    the current value of timeframe



25
26
27
# File 'lib/htm/timeframe.rb', line 25

def timeframe
  @timeframe
end