diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/html_element.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/html_element.rb b/lib/html_element.rb index 469fd7565..57b08eb52 100644 --- a/lib/html_element.rb +++ b/lib/html_element.rb @@ -1,4 +1,6 @@ class HTMLElement + attr_reader :content, :options, :tag_name + def initialize(tag_name, content = nil, options = nil) @tag_name = tag_name @content = content |
