Class: Symbol
Instance Method Summary collapse
-
#to_soap_key ⇒ Object
Returns the Symbol as a lowerCamelCase String.
Instance Method Details
#to_soap_key ⇒ Object
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 |