Class: Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#placement_option_idString (readonly)

Returns the value of attribute placement_option_id.

Returns:

  • (String)


1488
1489
1490
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1488

def placement_option_id
  @placement_option_id
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


1489
1490
1491
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1489

def status
  @status
end

Class Method Details

.[](placement_option_id:, status:) ⇒ Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary

Overloads:



1481
1482
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1481

def self.[]: (placement_option_id: String, status: String) -> Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary
| (String, String) -> Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary

.members[ :placement_option_id, :status ]

Returns:

  • ([ :placement_option_id, :status ])


1484
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1484

def self.members: () -> [ :placement_option_id, :status ]

.new(placement_option_id:, status:) ⇒ Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary

Overloads:



1479
1480
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1479

def self.new: (placement_option_id: String, status: String) -> Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary
| (String, String) -> Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary

.parsePeddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary

Parameters:

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

Returns:



1486
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1486

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

Instance Method Details

#members[ :placement_option_id, :status ]

Returns:

  • ([ :placement_option_id, :status ])


1491
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1491

def members: () -> [ :placement_option_id, :status ]

#to_h{ placement_option_id: String, status: String }

Returns:

  • ({ placement_option_id: String, status: String })


1492
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1492

def to_h: () -> { placement_option_id: String, status: String }