Class: TinyAdmin::Views::BasicLayout
- Inherits:
-
Phlex::HTML
- Object
- Phlex::HTML
- TinyAdmin::Views::BasicLayout
- Includes:
- Utils, Attributes
- Defined in:
- lib/tiny_admin/views/basic_layout.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#params ⇒ Object
Returns the value of attribute params.
-
#widgets ⇒ Object
Returns the value of attribute widgets.
Instance Method Summary collapse
Methods included from Utils
#humanize, #params_to_s, #prepare_page, #to_class
Methods included from Attributes
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
9 10 11 |
# File 'lib/tiny_admin/views/basic_layout.rb', line 9 def content @content end |
#params ⇒ Object
Returns the value of attribute params.
9 10 11 |
# File 'lib/tiny_admin/views/basic_layout.rb', line 9 def params @params end |
#widgets ⇒ Object
Returns the value of attribute widgets.
9 10 11 |
# File 'lib/tiny_admin/views/basic_layout.rb', line 9 def @widgets end |