Class: Walle::Robot::Environment

Inherits:
Struct
  • Object
show all
Defined in:
lib/walle/robot.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



10
11
12
# File 'lib/walle/robot.rb', line 10

def client
  @client
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



10
11
12
# File 'lib/walle/robot.rb', line 10

def data
  @data
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



10
11
12
# File 'lib/walle/robot.rb', line 10

def event
  @event
end

#matchesObject

Returns the value of attribute matches

Returns:

  • (Object)

    the current value of matches



10
11
12
# File 'lib/walle/robot.rb', line 10

def matches
  @matches
end