Class: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#requirement ⇒ String?
readonly
Returns the value of attribute requirement.
-
#status ⇒ String?
readonly
Returns the value of attribute status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :requirement, :status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
Instance Method Summary collapse
Instance Attribute Details
#requirement ⇒ String? (readonly)
Returns the value of attribute requirement.
395 396 397 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 395 def requirement @requirement end |
#status ⇒ String? (readonly)
Returns the value of attribute status.
396 397 398 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 396 def status @status end |
Class Method Details
.[](requirement:, status:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
388 389 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 388
def self.[]: (?requirement: String?, ?status: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
| (String?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
|
.members ⇒ [ :requirement, :status ]
391 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 391
def self.members: () -> [ :requirement, :status ]
|
.new(requirement:, status:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
386 387 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 386
def self.new: (?requirement: String?, ?status: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
| (String?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
393 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 393
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
|
Instance Method Details
#members ⇒ [ :requirement, :status ]
398 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 398
def members: () -> [ :requirement, :status ]
|
#to_h ⇒ { requirement: String?, status: String? }
399 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 399
def to_h: () -> { requirement: String?, status: String? }
|