Class: ActionWebService::Dispatcher::InstanceMethods::Invocation

Inherits:
Object
  • Object
show all
Defined in:
lib/action_web_service/dispatcher/abstract.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#apiObject

Returns the value of attribute api.



195
196
197
# File 'lib/action_web_service/dispatcher/abstract.rb', line 195

def api
  @api
end

#api_methodObject

Returns the value of attribute api_method.



196
197
198
# File 'lib/action_web_service/dispatcher/abstract.rb', line 196

def api_method
  @api_method
end

#method_named_paramsObject

Returns the value of attribute method_named_params.



198
199
200
# File 'lib/action_web_service/dispatcher/abstract.rb', line 198

def method_named_params
  @method_named_params
end

#method_ordered_paramsObject

Returns the value of attribute method_ordered_params.



197
198
199
# File 'lib/action_web_service/dispatcher/abstract.rb', line 197

def method_ordered_params
  @method_ordered_params
end

#protocolObject

Returns the value of attribute protocol.



192
193
194
# File 'lib/action_web_service/dispatcher/abstract.rb', line 192

def protocol
  @protocol
end

#protocol_optionsObject

Returns the value of attribute protocol_options.



193
194
195
# File 'lib/action_web_service/dispatcher/abstract.rb', line 193

def protocol_options
  @protocol_options
end

#serviceObject

Returns the value of attribute service.



199
200
201
# File 'lib/action_web_service/dispatcher/abstract.rb', line 199

def service
  @service
end

#service_nameObject

Returns the value of attribute service_name.



194
195
196
# File 'lib/action_web_service/dispatcher/abstract.rb', line 194

def service_name
  @service_name
end