aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRobert2017-07-07 18:29:38 +0200
committerRobert2017-07-10 09:23:46 +0200
commit7c7451dc80b6f9b6092b3262fe524a8252309b1a (patch)
tree75914aa6f8901d13914fdec113c53dc7dedffcc3 /lib
parent39fe3258b19ee9c7cd01a7cd5b2344b39cb6ae3d (diff)
downloadchouette-core-7c7451dc80b6f9b6092b3262fe524a8252309b1a.tar.bz2
Fixes: #3478@2.5h
- Decorator Spec Setup `spec/support/decortor_helpers.rb` - Speced - Fixed
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