Class: KirguduBase::DynamicPages::Widget
- Inherits:
-
PageElement
- Object
- Element
- PageElement
- KirguduBase::DynamicPages::Widget
- Defined in:
- app/models/kirgudu_base/dynamic_pages/widget.rb
Instance Attribute Summary
Attributes inherited from PageElement
#enabled, #html_options, #id, #name, #use_i18n, #visible
Attributes inherited from Element
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Widget
constructor
A new instance of Widget.
Methods inherited from PageElement
#i18n_data_as_string, #to_external_hash
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 = {}) ⇒ Widget
Returns a new instance of Widget.
5 6 7 8 9 |
# File 'app/models/kirgudu_base/dynamic_pages/widget.rb', line 5 def initialize( = {}) super() end |