Class: Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#placement_option_id ⇒ String
readonly
Returns the value of attribute placement_option_id.
-
#status ⇒ String
readonly
Returns the value of attribute status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :placement_option_id, :status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary
Instance Method Summary collapse
-
#members ⇒ [ :placement_option_id, :status ]
-
#to_h ⇒ { placement_option_id: String, status: String }
Instance Attribute Details
#placement_option_id ⇒ String (readonly)
Returns the value of attribute placement_option_id.
1488 1489 1490 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1488 def placement_option_id @placement_option_id end |
#status ⇒ String (readonly)
Returns the value of attribute status.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary
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 ]
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 }
1492 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1492
def to_h: () -> { placement_option_id: String, status: String }
|