Class: Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#destination_marketplaces ⇒ Array[String]
readonly
Returns the value of attribute destination_marketplaces.
-
#items ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput]
readonly
Returns the value of attribute items.
-
#name ⇒ String?
readonly
Returns the value of attribute name.
-
#source_address ⇒ Peddler::APIs::FulfillmentInbound20240320::AddressInput
readonly
Returns the value of attribute source_address.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :destination_marketplaces, :items, :source_address, :name ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest
Instance Method Summary collapse
-
#members ⇒ [ :destination_marketplaces, :items, :source_address, :name ]
-
#to_h ⇒ { destination_marketplaces: Array[String], items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput], source_address: Peddler::APIs::FulfillmentInbound20240320::AddressInput, name: String? }
Instance Attribute Details
#destination_marketplaces ⇒ Array[String] (readonly)
Returns the value of attribute destination_marketplaces.
417 418 419 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 417 def destination_marketplaces @destination_marketplaces end |
#items ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput] (readonly)
Returns the value of attribute items.
418 419 420 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 418 def items @items end |
#name ⇒ String? (readonly)
Returns the value of attribute name.
419 420 421 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 419 def name @name end |
#source_address ⇒ Peddler::APIs::FulfillmentInbound20240320::AddressInput (readonly)
Returns the value of attribute source_address.
420 421 422 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 420 def source_address @source_address end |
Class Method Details
.[](destination_marketplaces:, items:, source_address:, name:) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest
410 411 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 410
def self.[]: (destination_marketplaces: Array[String], items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput], source_address: Peddler::APIs::FulfillmentInbound20240320::AddressInput, ?name: String?) -> Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest
| (Array[String], Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput], Peddler::APIs::FulfillmentInbound20240320::AddressInput, String?) -> Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest
|
.members ⇒ [ :destination_marketplaces, :items, :source_address, :name ]
413 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 413
def self.members: () -> [ :destination_marketplaces, :items, :source_address, :name ]
|
.new(destination_marketplaces:, items:, source_address:, name:) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest
408 409 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 408
def self.new: (destination_marketplaces: Array[String], items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput], source_address: Peddler::APIs::FulfillmentInbound20240320::AddressInput, ?name: String?) -> Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest
| (Array[String], Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput], Peddler::APIs::FulfillmentInbound20240320::AddressInput, String?) -> Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest
415 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 415
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest
|
Instance Method Details
#members ⇒ [ :destination_marketplaces, :items, :source_address, :name ]
422 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 422
def members: () -> [ :destination_marketplaces, :items, :source_address, :name ]
|
#to_h ⇒ { destination_marketplaces: Array[String], items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput], source_address: Peddler::APIs::FulfillmentInbound20240320::AddressInput, name: String? }
423 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 423
def to_h: () -> { destination_marketplaces: Array[String], items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput], source_address: Peddler::APIs::FulfillmentInbound20240320::AddressInput, name: String? }
|