Module: Enterable
- Included in:
- Receptacle, Supporter
- Defined in:
- lib/gamefic-standard/modules/enterable.rb
Instance Attribute Summary collapse
-
#enterable ⇒ Object
writeonly
Sets the attribute enterable.
Instance Method Summary collapse
Instance Attribute Details
#enterable=(value) ⇒ Object (writeonly)
Sets the attribute enterable
4 5 6 |
# File 'lib/gamefic-standard/modules/enterable.rb', line 4 def enterable=(value) @enterable = value end |
Instance Method Details
#enterable? ⇒ Boolean
6 7 8 |
# File 'lib/gamefic-standard/modules/enterable.rb', line 6 def enterable? @enterable ||= false end |