class PIM::Webservice::WebserviceRequestContext
Attributes
organization[R]
path[R]
request[R]
response[R]
Public Class Methods
new(request, response, organization, path)
click to toggle source
# File webservice.rb, line 27 def initialize request, response, organization, path @request = request @response = response @organization = organization @path = path end