Class: DateTime
Instance Method Summary collapse
-
#to_soap_value ⇒ Object
(also: #to_soap_value!)
Returns the DateTime as an xs:dateTime formatted String.
Instance Method Details
#to_soap_value ⇒ Object Also known as: to_soap_value!
Returns the DateTime as an xs:dateTime formatted String.
4 5 6 |
# File 'lib/savon/core_ext/datetime.rb', line 4 def to_soap_value strftime Savon::SOAP::DateTimeFormat end |