aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLuc Donnet2017-07-10 11:35:06 +0200
committerLuc Donnet2017-07-10 11:35:06 +0200
commit272359b13aba516c8fa752d35adaac4981e7c5a6 (patch)
tree46dc03ef21a32196ffa56cd51c7b6fc95b7b6900 /lib
parentdecc41c797c58842faaeb69220a6ac8d60006536 (diff)
parent7c7451dc80b6f9b6092b3262fe524a8252309b1a (diff)
downloadchouette-core-272359b13aba516c8fa752d35adaac4981e7c5a6.tar.bz2
Merge branch 'master' of github.com:AF83/stif-boiv into staging
Diffstat (limited to 'lib')
-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