Class: DeliveryFivePostClient::Models::API::V1::Partners::WarehouseInfo
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- DeliveryFivePostClient::Models::API::V1::Partners::WarehouseInfo
- Defined in:
- lib/delivery_five_post_client/models/api/v1/partners/warehouse_info.rb
Overview
Instance Attribute Summary collapse
-
#address ⇒ DeliveryFivePostClient::Models::API::V1::Address
Адрес / Address.
-
#contacts ⇒ DeliveryFivePostClient::Models::API::V1::Partners::Contacts
Контакты / Contacts.
-
#external_id ⇒ String
Внешний ID склада / External warehouse ID.
-
#id ⇒ String
UUID в формате v4 / UUID in v4 format.
-
#name ⇒ String
Название склада / Warehouse name.
Instance Method Summary collapse
-
#initialize(id:, address:, contacts:, external_id:, name:) ⇒ Object
constructor
Информация о складе / Warehouse information.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, address:, contacts:, external_id:, name:) ⇒ Object
Информация о складе / Warehouse information
|
|
# File 'lib/delivery_five_post_client/models/api/v1/partners/warehouse_info.rb', line 40
|
Instance Attribute Details
#address ⇒ DeliveryFivePostClient::Models::API::V1::Address
Адрес / Address
20 |
# File 'lib/delivery_five_post_client/models/api/v1/partners/warehouse_info.rb', line 20 required :address, -> { DeliveryFivePostClient::API::V1::Address } |
#contacts ⇒ DeliveryFivePostClient::Models::API::V1::Partners::Contacts
Контакты / Contacts
26 |
# File 'lib/delivery_five_post_client/models/api/v1/partners/warehouse_info.rb', line 26 required :contacts, -> { DeliveryFivePostClient::API::V1::Partners::Contacts } |
#external_id ⇒ String
Внешний ID склада / External warehouse ID
32 |
# File 'lib/delivery_five_post_client/models/api/v1/partners/warehouse_info.rb', line 32 required :external_id, String, api_name: :externalId |
#id ⇒ String
UUID в формате v4 / UUID in v4 format
14 |
# File 'lib/delivery_five_post_client/models/api/v1/partners/warehouse_info.rb', line 14 required :id, String |
#name ⇒ String
Название склада / Warehouse name
38 |
# File 'lib/delivery_five_post_client/models/api/v1/partners/warehouse_info.rb', line 38 required :name, String |