Class: Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#location_ids ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap? (readonly)

Returns the value of attribute location_ids.



33
34
35
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 33

def location_ids
  @location_ids
end

Class Method Details

.[](location_ids:) ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse .[](arg0) ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse



26
27
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 26

def self.[]: (?location_ids: Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap?) -> Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse
| (Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap?) -> Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse

.members ⇒ [ :location_ids ]

Returns:

  • ([ :location_ids ])


29
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 29

def self.members: () -> [ :location_ids ]

.new(location_ids:) ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse .new(arg0) ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse



24
25
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 24

def self.new: (?location_ids: Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap?) -> Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse
| (Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap?) -> Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse

.parse ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



31
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 31

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse

Instance Method Details

#members ⇒ [ :location_ids ]

Returns:

  • ([ :location_ids ])


35
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 35

def members: () -> [ :location_ids ]

#to_h ⇒ { location_ids: Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap? }



36
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 36

def to_h: () -> { location_ids: Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap? }