Class: PrawnHtml::IgnoredTag
- Inherits:
-
Object
- Object
- PrawnHtml::IgnoredTag
- Defined in:
- lib/prawn_html/html_parser.rb
Instance Attribute Summary collapse
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Method Summary collapse
-
#initialize(tag_name) ⇒ IgnoredTag
constructor
A new instance of IgnoredTag.
Constructor Details
#initialize(tag_name) ⇒ IgnoredTag
Returns a new instance of IgnoredTag.
98 99 100 |
# File 'lib/prawn_html/html_parser.rb', line 98 def initialize(tag_name) @tag = tag_name end |
Instance Attribute Details
#tag ⇒ Object
Returns the value of attribute tag.
96 97 98 |
# File 'lib/prawn_html/html_parser.rb', line 96 def tag @tag end |