Class: ActionWebService::Dispatcher::InstanceMethods::Invocation
- Inherits:
-
Object
- Object
- ActionWebService::Dispatcher::InstanceMethods::Invocation
- Defined in:
- lib/action_web_service/dispatcher/abstract.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#api ⇒ Object
Returns the value of attribute api.
-
#api_method ⇒ Object
Returns the value of attribute api_method.
-
#method_named_params ⇒ Object
Returns the value of attribute method_named_params.
-
#method_ordered_params ⇒ Object
Returns the value of attribute method_ordered_params.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#protocol_options ⇒ Object
Returns the value of attribute protocol_options.
-
#service ⇒ Object
Returns the value of attribute service.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
Instance Attribute Details
#api ⇒ Object
Returns the value of attribute api.
201 202 203 |
# File 'lib/action_web_service/dispatcher/abstract.rb', line 201 def api @api end |
#api_method ⇒ Object
Returns the value of attribute api_method.
202 203 204 |
# File 'lib/action_web_service/dispatcher/abstract.rb', line 202 def api_method @api_method end |
#method_named_params ⇒ Object
Returns the value of attribute method_named_params.
204 205 206 |
# File 'lib/action_web_service/dispatcher/abstract.rb', line 204 def method_named_params @method_named_params end |
#method_ordered_params ⇒ Object
Returns the value of attribute method_ordered_params.
203 204 205 |
# File 'lib/action_web_service/dispatcher/abstract.rb', line 203 def method_ordered_params @method_ordered_params end |
#protocol ⇒ Object
Returns the value of attribute protocol.
198 199 200 |
# File 'lib/action_web_service/dispatcher/abstract.rb', line 198 def protocol @protocol end |
#protocol_options ⇒ Object
Returns the value of attribute protocol_options.
199 200 201 |
# File 'lib/action_web_service/dispatcher/abstract.rb', line 199 def @protocol_options end |
#service ⇒ Object
Returns the value of attribute service.
205 206 207 |
# File 'lib/action_web_service/dispatcher/abstract.rb', line 205 def service @service end |
#service_name ⇒ Object
Returns the value of attribute service_name.
200 201 202 |
# File 'lib/action_web_service/dispatcher/abstract.rb', line 200 def service_name @service_name end |