Method: EbayTrading::Schema::ArrayNode#to_s
- Defined in:
- lib/ebay_trading/schema/mapper/node.rb
#to_s ⇒ Object
109 110 111 112 113 |
# File 'lib/ebay_trading/schema/mapper/node.rb', line 109 def to_s result = "#{declaration.pluralize}, '#{@name}', " result << "'#{@child}', " if @child result << ":class => #{class_name}, :default_value => []" end |