class RubyPtvApi::Operation::XRoute::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_route/base.rb, line 11 def call #(options: nil, sorting: nil, additional_fields: nil) response = post(params) parse_response(response) end
ptv_path()
click to toggle source
# File lib/ruby_ptv_api/operation/x_route/base.rb, line 7 def ptv_path 'xroute/rs/XRoute' end
Protected Instance Methods
response_class()
click to toggle source
# File lib/ruby_ptv_api/operation/x_route/base.rb, line 18 def response_class raise 'not implemented' end