Class: TEF::Animation::StringDisplay
- Inherits:
-
Animatable
- Object
- Animatable
- TEF::Animation::StringDisplay
- Defined in:
- lib/tef/Animation/String.rb
Instance Attribute Summary collapse
-
#string ⇒ Object
Returns the value of attribute string.
Attributes inherited from Animatable
#death_delay, #death_time, #module_id
Instance Method Summary collapse
-
#initialize ⇒ StringDisplay
constructor
A new instance of StringDisplay.
Methods inherited from Animatable
animatable_attr, animatable_color, animatable_coordinate, #configure, #creation_string, #death_time_string, #die!, #die_in, get_attr_list, get_color_list, get_coordinate_list, #get_set_strings, #get_setc_strings, #get_setss_strings, #is_dead?, #send_string
Constructor Details
#initialize ⇒ StringDisplay
Returns a new instance of StringDisplay.
15 16 17 18 19 |
# File 'lib/tef/Animation/String.rb', line 15 def initialize() super(); self.string = ""; end |
Instance Attribute Details
#string ⇒ Object
Returns the value of attribute string.
13 14 15 |
# File 'lib/tef/Animation/String.rb', line 13 def string @string end |