Class: Symbol

Inherits:
Object show all
Defined in:
lib/savon/core_ext/symbol.rb

Instance Method Summary collapse

Instance Method Details

#to_soap_keyObject

Returns the Symbol as a lowerCamelCase String.



4
5
6
# File 'lib/savon/core_ext/symbol.rb', line 4

def to_soap_key
  to_s.lower_camelcase
end