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

Instance Method Summary collapse

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

	super(options)
end

Instance Attribute Details

#nameObject

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

#propertiesObject

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