Class: RubyApp::Elements::Dialogs::OkDialog
- Inherits:
-
Base::BaseOkDialog
- Object
- RubyApp::Element
- Base::BaseDialog
- RubyApp::Elements::Dialog
- BlankDialog
- Base::BaseOkDialog
- RubyApp::Elements::Dialogs::OkDialog
- Defined in:
- lib/ruby_app/elements/dialogs/ok_dialog.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base::BaseDialog
Attributes inherited from RubyApp::Element
Instance Method Summary collapse
-
#initialize ⇒ OkDialog
constructor
A new instance of OkDialog.
Methods inherited from RubyApp::Element
#element_id, get_content_type, get_element
Methods included from Mixins::ConfigurationMixin
Methods included from Mixins::TranslateMixin
Methods included from Mixins::TemplateMixin
#exclude_parent_template, #exclude_parent_template?, #get_template, #get_templates, #template_name, #template_path
Methods included from Mixins::RenderMixin
#content_for, #render, #rendered?, #templates
Constructor Details
#initialize ⇒ OkDialog
Returns a new instance of OkDialog.
12 13 14 |
# File 'lib/ruby_app/elements/dialogs/ok_dialog.rb', line 12 def initialize super end |