class Artemis::Bot::Output
Attributes
nodes_visited[R]
text[R]
Public Class Methods
new(attrs = {})
click to toggle source
# File lib/artemis/bot/output.rb, line 6 def initialize(attrs = {}) @text = attrs['text'] @nodes_visited = attrs['nodes_visited'] end