Class: KirguduBase::DynamicPages::FormPropertiesNamedSet
- Inherits:
-
Element
- Object
- Element
- KirguduBase::DynamicPages::FormPropertiesNamedSet
- Defined in:
- app/models/kirgudu_base/dynamic_pages/form_properties_named_set.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#properties ⇒ Object
Returns the value of attribute properties.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ FormPropertiesNamedSet
constructor
A new instance of FormPropertiesNamedSet.
Constructor Details
#initialize(options = {}) ⇒ FormPropertiesNamedSet
Returns a new instance of FormPropertiesNamedSet.
9 10 11 12 13 |
# File 'app/models/kirgudu_base/dynamic_pages/form_properties_named_set.rb', line 9 def initialize( = {}) self.name = nil super() end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
17 18 19 |
# File 'app/models/kirgudu_base/dynamic_pages/form_properties_named_set.rb', line 17 def name @name end |
#properties ⇒ Object
Returns the value of attribute properties.
18 19 20 |
# File 'app/models/kirgudu_base/dynamic_pages/form_properties_named_set.rb', line 18 def properties @properties end |