Class: HTM::Timeframe::Result
- Inherits:
-
Struct
- Object
- Struct
- HTM::Timeframe::Result
- Defined in:
- lib/htm/timeframe.rb
Overview
Result structure for :auto mode
Instance Attribute Summary collapse
-
#extracted ⇒ Object
Returns the value of attribute extracted.
-
#query ⇒ Object
Returns the value of attribute query.
-
#timeframe ⇒ Object
Returns the value of attribute timeframe.
Instance Attribute Details
#extracted ⇒ Object
Returns the value of attribute extracted
25 26 27 |
# File 'lib/htm/timeframe.rb', line 25 def extracted @extracted end |
#query ⇒ Object
Returns the value of attribute query
25 26 27 |
# File 'lib/htm/timeframe.rb', line 25 def query @query end |
#timeframe ⇒ Object
Returns the value of attribute timeframe
25 26 27 |
# File 'lib/htm/timeframe.rb', line 25 def timeframe @timeframe end |