Class: Laximo::Respond::VehicleWithListDetailsByUnit

Inherits:
Base
  • Object
show all
Defined in:
lib/laximo/respond/oem/vehicle_with_list_details_by_unit.rb

Constant Summary

Constants inherited from Base

Base::RESPONSE_LOGIN_RESULT, Base::RESPONSE_RESULT, Base::RESPONSE_SOAP_ERROR

Class Method Summary collapse

Methods inherited from Base

#error, #failure?, #initialize, #result, #result!, #success?

Constructor Details

This class inherits a constructor from Laximo::Respond::Base

Class Method Details

.parsing_result(str) ⇒ Object



8
9
10
11
12
13
14
15
16
17
18
19
20
# File 'lib/laximo/respond/oem/vehicle_with_list_details_by_unit.rb', line 8

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