Sha256: c6d1ee52b71d60d9f199480d8ce26b72625f922e888ab89050573f9196360eb2
Contents?: true
Size: 607 Bytes
Versions: 8
Compression:
Stored size: 607 Bytes
Contents
# encoding: utf-8 module Laximo module Respond class VehicleWithListDetailsByUnit < Laximo::Respond::Base def self.parsing_result(str) { get_unit_info: GetUnitInfo.parsing_result(str), list_detail_by_unit: ListDetailByUnit.parsing_result(str), list_image_map_by_unit: ListImageMapByUnit.parsing_result(str), get_catalog_info: GetCatalogInfo.parsing_result(str), get_vehicle_info: GetVehicleInfo.parsing_result(str) } end end # VehicleWithListDetailsByUnit end # Respond end # Laximo
Version data entries
8 entries across 8 versions & 1 rubygems