Class: HTM::TimeframeExtractor::Result
- Inherits:
-
Struct
- Object
- Struct
- HTM::TimeframeExtractor::Result
- Defined in:
- lib/htm/timeframe_extractor.rb
Overview
Result structure for extracted timeframe
Instance Attribute Summary collapse
-
#original_expression ⇒ Object
Returns the value of attribute original_expression.
-
#query ⇒ Object
Returns the value of attribute query.
-
#timeframe ⇒ Object
Returns the value of attribute timeframe.
Instance Attribute Details
#original_expression ⇒ Object
Returns the value of attribute original_expression
102 103 104 |
# File 'lib/htm/timeframe_extractor.rb', line 102 def original_expression @original_expression end |
#query ⇒ Object
Returns the value of attribute query
102 103 104 |
# File 'lib/htm/timeframe_extractor.rb', line 102 def query @query end |
#timeframe ⇒ Object
Returns the value of attribute timeframe
102 103 104 |
# File 'lib/htm/timeframe_extractor.rb', line 102 def timeframe @timeframe end |