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
23 24 25 |
# File 'lib/robot_lab/robot/history_search.rb', line 23 def index @index end |
#role ⇒ Object (readonly)
Returns the value of attribute role
23 24 25 |
# File 'lib/robot_lab/robot/history_search.rb', line 23 def role @role end |
#score ⇒ Object (readonly)
Returns the value of attribute score
23 24 25 |
# File 'lib/robot_lab/robot/history_search.rb', line 23 def score @score end |
#text ⇒ Object (readonly)
Returns the value of attribute text
23 24 25 |
# File 'lib/robot_lab/robot/history_search.rb', line 23 def text @text end |