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.
199 200 201 |
# File 'lib/action_web_service/dispatcher/abstract.rb', line 199 def api @api end |
#api_method ⇒ Object
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_params ⇒ Object
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_params ⇒ Object
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 |
#protocol ⇒ Object
Returns the value of attribute protocol.
196 197 198 |
# File 'lib/action_web_service/dispatcher/abstract.rb', line 196 def protocol @protocol end |
#protocol_options ⇒ Object
Returns the value of attribute protocol_options.
197 198 199 |
# File 'lib/action_web_service/dispatcher/abstract.rb', line 197 def @protocol_options end |
#service ⇒ Object
Returns the value of attribute service.
203 204 205 |
# File 'lib/action_web_service/dispatcher/abstract.rb', line 203 def service @service end |
#service_name ⇒ Object
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 |