class RubyPtvApi::Operation::XTour::Base

Attributes

result_field_array[R]
search_option_base_array[R]
sort_option_array[R]

Public Instance Methods

call() click to toggle source
# File lib/ruby_ptv_api/operation/x_tour/base.rb, line 11
def call
  response = post(params)
  parse_response(response)
end
ptv_path() click to toggle source
# File lib/ruby_ptv_api/operation/x_tour/base.rb, line 7
def ptv_path
  'xtour/rs/XTour'
end

Protected Instance Methods

response_class() click to toggle source
# File lib/ruby_ptv_api/operation/x_tour/base.rb, line 18
def response_class
  raise 'not implemented'
end