Module: Taka::DOM::HTML::MetaElement
- Defined in:
- lib/taka/dom/html/meta_element.rb
Instance Method Summary collapse
Instance Method Details
#content ⇒ Object
| 5 6 7 | # File 'lib/taka/dom/html/meta_element.rb', line 5 def content self['content'] end | 
#httpEquiv ⇒ Object
| 9 10 11 | # File 'lib/taka/dom/html/meta_element.rb', line 9 def httpEquiv self['http-equiv'] end | 
#name ⇒ Object
| 13 14 15 | # File 'lib/taka/dom/html/meta_element.rb', line 13 def name self['name'] end |