Class: Bang::BaseFrame

Inherits:
Object
  • Object
show all
Defined in:
lib/bang.rb

Overview

you know you love it, “base” ;-)

Direct Known Subclasses

Frame, InitialFrame

Instance Attribute Summary collapse

Instance Attribute Details

#last_frameObject (readonly)

Returns the value of attribute last_frame.



6
7
8
# File 'lib/bang.rb', line 6

def last_frame
  @last_frame
end

#particlesObject (readonly)

Returns the value of attribute particles.



3
4
5
# File 'lib/bang.rb', line 3

def particles
  @particles
end

#speedObject (readonly)

Returns the value of attribute speed.



4
5
6
# File 'lib/bang.rb', line 4

def speed
  @speed
end

#time_to_liveObject (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