Module: Taka::DOM::HTML::StyleElement
- Defined in:
- lib/taka/dom/html/style_element.rb
Instance Attribute Summary collapse
-
#disabled ⇒ Object
Returns the value of attribute disabled.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#disabled ⇒ Object
Returns the value of attribute disabled.
5 6 7 |
# File 'lib/taka/dom/html/style_element.rb', line 5 def disabled @disabled end |
Class Method Details
.extended(style) ⇒ Object
8 9 10 |
# File 'lib/taka/dom/html/style_element.rb', line 8 def extended style style.disabled = false end |
Instance Method Details
#type ⇒ Object
13 14 15 |
# File 'lib/taka/dom/html/style_element.rb', line 13 def type self['type'] end |