Method: Exchanger::Element#initialize
- Defined in:
- lib/exchanger/element.rb
#initialize(attributes = {}) ⇒ Element
Returns a new instance of Element.
47 48 49 50 51 |
# File 'lib/exchanger/element.rb', line 47 def initialize(attributes = {}) @attributes = {} self.attributes = attributes setup_modifications end |