Method: Ebay::Initializer#initialize
- Defined in:
- lib/ebay/initializer.rb
#initialize(attributes = nil) {|_self| ... } ⇒ Object
3 4 5 6 7 |
# File 'lib/ebay/initializer.rb', line 3 def initialize(attributes = nil) super self.object_attributes = attributes yield self if block_given? end |