Class: Starapi::SoapServiceTarget::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/starapi/soap_service_target/base.rb

Direct Known Subclasses

PriceQuote

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#soap_execute_spObject (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_spObject



6
7
8
# File 'lib/starapi/soap_service_target/base.rb', line 6

def soap_service_sp
  @soap_execute_sp ||= SoapServiceFacade::ExecuteSP.new
end