Method: SavonHelper::ArrayMapping#type_string

Defined in:
lib/savon_helper/type_mappings.rb

#type_stringString

Return the class description represented by the mapping.

Returns:



453
454
455
# File 'lib/savon_helper/type_mappings.rb', line 453

def type_string
  "Array<#{@element_mapping.type_string}>"
end