Method: Inforouter::Responses::Base.response_success
- Defined in:
- lib/inforouter/responses/base.rb
.response_success(value) ⇒ Object
Location of the response in the SOAP XML.
16 17 18 |
# File 'lib/inforouter/responses/base.rb', line 16 def response_success(value) set_dsl(:response_success, value) end |