Class: RobotLab::Robot::HistorySearch::HistoryResult
- Inherits:
-
Data
- Object
- Data
- RobotLab::Robot::HistorySearch::HistoryResult
- Defined in:
- lib/robot_lab/robot/history_search.rb
Overview
Value object returned by #search_history.
Instance Attribute Summary collapse
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#score ⇒ Object
readonly
Returns the value of attribute score.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#index ⇒ Object (readonly)
Returns the value of attribute index
27 28 29 |
# File 'lib/robot_lab/robot/history_search.rb', line 27 def index @index end |
#role ⇒ Object (readonly)
Returns the value of attribute role
27 28 29 |
# File 'lib/robot_lab/robot/history_search.rb', line 27 def role @role end |
#score ⇒ Object (readonly)
Returns the value of attribute score
27 28 29 |
# File 'lib/robot_lab/robot/history_search.rb', line 27 def score @score end |
#text ⇒ Object (readonly)
Returns the value of attribute text
27 28 29 |
# File 'lib/robot_lab/robot/history_search.rb', line 27 def text @text end |