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)


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

def placement_option_id
  @placement_option_id
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


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

def status
  @status
end

Class Method Details

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

Overloads:



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

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 ])


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

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

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

Overloads:



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

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:



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

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 ])


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

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

#to_h{ placement_option_id: String, status: String }

Returns:

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


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

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