Class: Bandicoot::SavePointHash
- Inherits:
-
Hash
- Object
- Hash
- Bandicoot::SavePointHash
- Defined in:
- lib/bandicoot/save_point_hash.rb
Instance Attribute Summary collapse
-
#complete ⇒ Object
Returns the value of attribute complete.
-
#ret_val ⇒ Object
Returns the value of attribute ret_val.
Instance Method Summary collapse
Instance Attribute Details
#complete ⇒ Object
Returns the value of attribute complete.
3 4 5 |
# File 'lib/bandicoot/save_point_hash.rb', line 3 def complete @complete end |
#ret_val ⇒ Object
Returns the value of attribute ret_val.
3 4 5 |
# File 'lib/bandicoot/save_point_hash.rb', line 3 def ret_val @ret_val end |
Instance Method Details
#completed? ⇒ Boolean
5 6 7 |
# File 'lib/bandicoot/save_point_hash.rb', line 5 def completed? !!complete end |