Module: Modelize
- Defined in:
- lib/modelize.rb
Class Attribute Summary collapse
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.enable ⇒ Object
Returns the value of attribute enable.
-
.module ⇒ Object
Returns the value of attribute module.
Class Attribute Details
.debug ⇒ Object
Returns the value of attribute debug.
10 11 12 |
# File 'lib/modelize.rb', line 10 def debug @debug end |
.enable ⇒ Object
Returns the value of attribute enable.
10 11 12 |
# File 'lib/modelize.rb', line 10 def enable @enable end |
.module ⇒ Object
Returns the value of attribute module.
10 11 12 |
# File 'lib/modelize.rb', line 10 def module @module end |