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.



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

def api
  @api
end

#api_methodObject

Returns the value of attribute api_method.



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

def api_method
  @api_method
end

#method_named_paramsObject

Returns the value of attribute method_named_params.



202
203
204
# File 'lib/action_web_service/dispatcher/abstract.rb', line 202

def method_named_params
  @method_named_params
end

#method_ordered_paramsObject

Returns the value of attribute method_ordered_params.



201
202
203
# File 'lib/action_web_service/dispatcher/abstract.rb', line 201

def method_ordered_params
  @method_ordered_params
end

#protocolObject

Returns the value of attribute protocol.



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

def protocol
  @protocol
end

#protocol_optionsObject

Returns the value of attribute protocol_options.



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

def protocol_options
  @protocol_options
end

#serviceObject

Returns the value of attribute service.



203
204
205
# File 'lib/action_web_service/dispatcher/abstract.rb', line 203

def service
  @service
end

#service_nameObject

Returns the value of attribute service_name.



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

def service_name
  @service_name
end