Class: HTM::TimeframeExtractor::Result

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

Overview

Result structure for extracted timeframe

Instance Attribute Summary collapse

Instance Attribute Details

#original_expressionObject

Returns the value of attribute original_expression

Returns:

  • (Object)

    the current value of original_expression



102
103
104
# File 'lib/htm/timeframe_extractor.rb', line 102

def original_expression
  @original_expression
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



102
103
104
# File 'lib/htm/timeframe_extractor.rb', line 102

def query
  @query
end

#timeframeObject

Returns the value of attribute timeframe

Returns:

  • (Object)

    the current value of timeframe



102
103
104
# File 'lib/htm/timeframe_extractor.rb', line 102

def timeframe
  @timeframe
end