Class: Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse
- Defined in:
- sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs
Instance Attribute Summary collapse
-
#location_ids ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap?
readonly
Returns the value of attribute location_ids.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :location_ids ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::CreateSandboxLocationResponse
Instance Method Summary collapse
-
#members ⇒ [ :location_ids ]
-
#to_h ⇒ { location_ids: Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap? }
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 ]
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
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 ]
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? }
|