Class: GUI::GosuRobot
- Inherits:
-
Struct
- Object
- Struct
- GUI::GosuRobot
- Defined in:
- lib/GUI/gosu.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#color ⇒ Object
Returns the value of attribute color.
-
#font_color ⇒ Object
Returns the value of attribute font_color.
-
#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
29 30 31 |
# File 'lib/GUI/gosu.rb', line 29 def body @body end |
#color ⇒ Object
Returns the value of attribute color
29 30 31 |
# File 'lib/GUI/gosu.rb', line 29 def color @color end |
#font_color ⇒ Object
Returns the value of attribute font_color
29 30 31 |
# File 'lib/GUI/gosu.rb', line 29 def font_color @font_color end |
#gun ⇒ Object
Returns the value of attribute gun
29 30 31 |
# File 'lib/GUI/gosu.rb', line 29 def gun @gun end |
#info ⇒ Object
Returns the value of attribute info
29 30 31 |
# File 'lib/GUI/gosu.rb', line 29 def info @info end |
#radar ⇒ Object
Returns the value of attribute radar
29 30 31 |
# File 'lib/GUI/gosu.rb', line 29 def radar @radar end |
#speech ⇒ Object
Returns the value of attribute speech
29 30 31 |
# File 'lib/GUI/gosu.rb', line 29 def speech @speech end |
#status ⇒ Object
Returns the value of attribute status
29 30 31 |
# File 'lib/GUI/gosu.rb', line 29 def status @status end |