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

Instance Method Summary collapse

Methods included from Attributes::GuardedAttributes

included

Instance Attribute Details

#dataObject



17
18
19
# File 'lib/has_helpers/ui_attributes.rb', line 17

def data
  @data ||= {}
end

#skinObject

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_attrsObject



30
31
32
# File 'lib/has_helpers/ui_attributes.rb', line 30

def raw_html_attrs
  @html_attrs ||= {} # rubocop:disable Naming/MemoizedInstanceVariableName
end