Class: Bang::BaseFrame
- Inherits:
-
Object
- Object
- Bang::BaseFrame
- Defined in:
- lib/bang.rb
Overview
you know you love it, “base” ;-)
Direct Known Subclasses
Instance Attribute Summary collapse
-
#last_frame ⇒ Object
readonly
Returns the value of attribute last_frame.
-
#particles ⇒ Object
readonly
Returns the value of attribute particles.
-
#speed ⇒ Object
readonly
Returns the value of attribute speed.
-
#time_to_live ⇒ Object
readonly
Returns the value of attribute time_to_live.
Instance Attribute Details
#last_frame ⇒ Object (readonly)
Returns the value of attribute last_frame.
6 7 8 |
# File 'lib/bang.rb', line 6 def last_frame @last_frame end |
#particles ⇒ Object (readonly)
Returns the value of attribute particles.
3 4 5 |
# File 'lib/bang.rb', line 3 def particles @particles end |
#speed ⇒ Object (readonly)
Returns the value of attribute speed.
4 5 6 |
# File 'lib/bang.rb', line 4 def speed @speed end |
#time_to_live ⇒ Object (readonly)
Returns the value of attribute time_to_live.
5 6 7 |
# File 'lib/bang.rb', line 5 def time_to_live @time_to_live end |