Method: Well::Element#initialize
- Defined in:
- lib/well/element.rb
#initialize(base, tag_name, identifier, opts = {}) ⇒ Element
Returns a new instance of Element.
14 15 16 |
# File 'lib/well/element.rb', line 14 def initialize(base, tag_name, identifier, opts = {}) @base, @tag_name, @identifier, @opts = base, tag_name, identifier, opts end |