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