Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/jiraSOAP/core_extensions.rb
Overview
Monkey patches to allow the SOAP building method to not need a special case for dealing with arrays.
Instance Method Summary collapse
Instance Method Details
#soapify_for(msg) ⇒ Object
7 8 9 |
# File 'lib/jiraSOAP/core_extensions.rb', line 7 def soapify_for msg each { |item| item.soapify_for msg } end |