Class: DynamicScaffold::GlobalConfig
- Inherits:
-
Object
- Object
- DynamicScaffold::GlobalConfig
- Defined in:
- lib/dynamic_scaffold/config.rb
Defined Under Namespace
Classes: Form
Instance Attribute Summary collapse
-
#form ⇒ Object
Returns the value of attribute form.
Instance Method Summary collapse
-
#initialize ⇒ GlobalConfig
constructor
A new instance of GlobalConfig.
Constructor Details
#initialize ⇒ GlobalConfig
Returns a new instance of GlobalConfig.
67 68 69 |
# File 'lib/dynamic_scaffold/config.rb', line 67 def initialize @form = Form.new end |
Instance Attribute Details
#form ⇒ Object
Returns the value of attribute form.
58 59 60 |
# File 'lib/dynamic_scaffold/config.rb', line 58 def form @form end |