Class: Browsable::HtmlExtractor::InlineBlock
- Inherits:
-
Data
- Object
- Data
- Browsable::HtmlExtractor::InlineBlock
- Defined in:
- lib/browsable/html_extractor.rb
Overview
content — the textual body of an inline <style> or <script> kind — :css or :js
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
21 22 23 |
# File 'lib/browsable/html_extractor.rb', line 21 def content @content end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
21 22 23 |
# File 'lib/browsable/html_extractor.rb', line 21 def kind @kind end |