Module: HasHelpers::UIAttributes::HTMLAttributes
- Includes:
- Attributes::GuardedAttributes
- Included in:
- Icon, HasHelpers::UIAttributes
- Defined in:
- lib/has_helpers/ui_attributes.rb
Defined Under Namespace
Classes: HTMLAttrs
Instance Attribute Summary collapse
- #data ⇒ Object
-
#skin ⇒ Object
Returns the value of attribute skin.
Instance Method Summary collapse
Methods included from Attributes::GuardedAttributes
Instance Attribute Details
#data ⇒ Object
17 18 19 |
# File 'lib/has_helpers/ui_attributes.rb', line 17 def data @data ||= {} end |
#skin ⇒ Object
Returns the value of attribute skin.
14 15 16 |
# File 'lib/has_helpers/ui_attributes.rb', line 14 def skin @skin end |
Instance Method Details
#raw_html_attrs ⇒ Object
30 31 32 |
# File 'lib/has_helpers/ui_attributes.rb', line 30 def raw_html_attrs @html_attrs ||= {} # rubocop:disable Naming/MemoizedInstanceVariableName end |