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.
65 66 67 |
# File 'lib/dynamic_scaffold/config.rb', line 65 def initialize @form = Form.new end |
Instance Attribute Details
#form ⇒ Object
Returns the value of attribute form.
56 57 58 |
# File 'lib/dynamic_scaffold/config.rb', line 56 def form @form end |