diff options
| author | Robert | 2017-07-07 18:29:38 +0200 | 
|---|---|---|
| committer | Robert | 2017-07-10 09:23:46 +0200 | 
| commit | 7c7451dc80b6f9b6092b3262fe524a8252309b1a (patch) | |
| tree | 75914aa6f8901d13914fdec113c53dc7dedffcc3 /lib/html_element.rb | |
| parent | 39fe3258b19ee9c7cd01a7cd5b2344b39cb6ae3d (diff) | |
| download | chouette-core-7c7451dc80b6f9b6092b3262fe524a8252309b1a.tar.bz2 | |
Fixes: #3478@2.5h
- Decorator Spec Setup `spec/support/decortor_helpers.rb`
- Speced
- Fixed
Diffstat (limited to 'lib/html_element.rb')
| -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 | 
