Class: Ap4r::AsyncHelper::Converters::XmlRpc

Inherits:
WebService show all
Defined in:
lib/ap4r/async_helper.rb

Instance Method Summary collapse

Methods inherited from WebService

#action_api_name, #make_params, #make_rm_options, #options_without_action

Methods inherited from ToRailsBase

#initialize, #queue_name

Methods inherited from Base

dispatch_mode, #initialize, #make_params, #make_rm_options, #queue_name

Constructor Details

This class inherits a constructor from Ap4r::AsyncHelper::Converters::ToRailsBase

Instance Method Details

#target_url_nameObject



311
312
313
# File 'lib/ap4r/async_helper.rb', line 311

def target_url_name
  url_for(options_without_action) + rails_api_url_suffix
end