Class: Array

Inherits:
Object
  • Object
show all
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

Parameters:



7
8
9
# File 'lib/jiraSOAP/core_extensions.rb', line 7

def soapify_for msg
  each { |item| item.soapify_for msg }
end