aboutsummaryrefslogtreecommitdiffstats
path: root/lib/html_element.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/html_element.rb')
-rw-r--r--lib/html_element.rb2
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