Class: KirguduBase::DynamicPages::FormPropertiesNamedSet

Inherits:
Element
  • Object
show all
Defined in:
app/models/kirgudu_base/dynamic_pages/form_properties_named_set.rb

Instance Attribute Summary collapse

Attributes inherited from Element

#parent_entry

Instance Method Summary collapse

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

#fix_parent_entry

Methods included from Models::MergeableElements::InstanceMethods

#merge

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(options = {})
	self.name = nil

	super(options)
end

Instance Attribute Details

#nameObject

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

#propertiesObject

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