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