Class: GUI::TkRobot
- Inherits:
-
Struct
- Object
- Struct
- GUI::TkRobot
- Defined in:
- lib/GUI/tk.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#gun ⇒ Object
Returns the value of attribute gun.
-
#info ⇒ Object
Returns the value of attribute info.
-
#radar ⇒ Object
Returns the value of attribute radar.
-
#speech ⇒ Object
Returns the value of attribute speech.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
23 24 25 |
# File 'lib/GUI/tk.rb', line 23 def body @body end |
#gun ⇒ Object
Returns the value of attribute gun
23 24 25 |
# File 'lib/GUI/tk.rb', line 23 def gun @gun end |
#info ⇒ Object
Returns the value of attribute info
23 24 25 |
# File 'lib/GUI/tk.rb', line 23 def info @info end |
#radar ⇒ Object
Returns the value of attribute radar
23 24 25 |
# File 'lib/GUI/tk.rb', line 23 def radar @radar end |
#speech ⇒ Object
Returns the value of attribute speech
23 24 25 |
# File 'lib/GUI/tk.rb', line 23 def speech @speech end |
#status ⇒ Object
Returns the value of attribute status
23 24 25 |
# File 'lib/GUI/tk.rb', line 23 def status @status end |