Class: Esp::Agent::Result
- Inherits:
-
Struct
- Object
- Struct
- Esp::Agent::Result
- Defined in:
- lib/esp/agent.rb
Instance Attribute Summary collapse
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#messages ⇒ Object
Returns the value of attribute messages
32 33 34 |
# File 'lib/esp/agent.rb', line 32 def @messages end |
#text ⇒ Object
Returns the value of attribute text
32 33 34 |
# File 'lib/esp/agent.rb', line 32 def text @text end |