Class: Sidtool::State
- Inherits:
-
Object
- Object
- Sidtool::State
- Defined in:
- lib/sidtool/state.rb
Instance Attribute Summary collapse
-
#current_frame ⇒ Object
Returns the value of attribute current_frame.
Instance Method Summary collapse
-
#initialize ⇒ State
constructor
A new instance of State.
Constructor Details
#initialize ⇒ State
Returns a new instance of State.
5 6 7 |
# File 'lib/sidtool/state.rb', line 5 def initialize @current_frame = 0 end |
Instance Attribute Details
#current_frame ⇒ Object
Returns the value of attribute current_frame.
3 4 5 |
# File 'lib/sidtool/state.rb', line 3 def current_frame @current_frame end |