Class: Starapi::SoapServiceTarget::Base
- Inherits:
-
Object
- Object
- Starapi::SoapServiceTarget::Base
- Defined in:
- lib/starapi/soap_service_target/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#soap_execute_sp ⇒ Object
readonly
Returns the value of attribute soap_execute_sp.
Instance Method Summary collapse
Instance Attribute Details
#soap_execute_sp ⇒ Object (readonly)
Returns the value of attribute soap_execute_sp.
4 5 6 |
# File 'lib/starapi/soap_service_target/base.rb', line 4 def soap_execute_sp @soap_execute_sp end |
Instance Method Details
#soap_service_sp ⇒ Object
6 7 8 |
# File 'lib/starapi/soap_service_target/base.rb', line 6 def soap_service_sp @soap_execute_sp ||= SoapServiceFacade::ExecuteSP.new end |