Class: 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.
Attributes inherited from Element
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ FormPropertiesNamedSet
constructor
A new instance of FormPropertiesNamedSet.
Methods inherited from Element
#as_json, #fix_parent_entry, #kontroller_klass, #to_external_hash
Methods included from Models::MergeableElements::ClassMethods
#get_mergeable_attributes, #mergeable_attributes
Methods included from Models::FixableElements::ClassMethods
#fixable_attributes, #get_kb_fixable_attributes
Methods included from Models::FixableElements::InstanceMethods
Methods included from Models::MergeableElements::InstanceMethods
Constructor Details
#initialize(options = {}) ⇒ FormPropertiesNamedSet
Returns a new instance of FormPropertiesNamedSet.
10 11 12 13 14 |
# File 'app/models/kirgudu_base/dynamic_pages/form_properties_named_set.rb', line 10 def initialize( = {}) self.name = nil super() end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
18 19 20 |
# File 'app/models/kirgudu_base/dynamic_pages/form_properties_named_set.rb', line 18 def name @name end |
#properties ⇒ Object
Returns the value of attribute properties.
19 20 21 |
# File 'app/models/kirgudu_base/dynamic_pages/form_properties_named_set.rb', line 19 def properties @properties end |