Class: Walle::Robot::Environment
- Inherits:
-
Struct
- Object
- Struct
- Walle::Robot::Environment
- Defined in:
- lib/walle/robot.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#data ⇒ Object
Returns the value of attribute data.
-
#event ⇒ Object
Returns the value of attribute event.
-
#matches ⇒ Object
Returns the value of attribute matches.
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client
10 11 12 |
# File 'lib/walle/robot.rb', line 10 def client @client end |
#data ⇒ Object
Returns the value of attribute data
10 11 12 |
# File 'lib/walle/robot.rb', line 10 def data @data end |
#event ⇒ Object
Returns the value of attribute event
10 11 12 |
# File 'lib/walle/robot.rb', line 10 def event @event end |
#matches ⇒ Object
Returns the value of attribute matches
10 11 12 |
# File 'lib/walle/robot.rb', line 10 def matches @matches end |