Class: Gamefic::SceneData::Base
- Inherits:
-
Object
- Object
- Gamefic::SceneData::Base
- Defined in:
- lib/gamefic/scene_data/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
- #prompt ⇒ Object
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input.
5 6 7 |
# File 'lib/gamefic/scene_data/base.rb', line 5 def input @input end |
#prompt ⇒ Object
7 8 9 |
# File 'lib/gamefic/scene_data/base.rb', line 7 def prompt @prompt ||= '>' end |