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.
357 358 359 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 357 def requirement @requirement end |
#status ⇒ String? (readonly)
Returns the value of attribute status.
358 359 360 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 358 def status @status end |
Class Method Details
.[](requirement:, status:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
350 351 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 350
def self.[]: (?requirement: String?, ?status: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
| (String?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
|
.members ⇒ [ :requirement, :status ]
353 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 353
def self.members: () -> [ :requirement, :status ]
|
.new(requirement:, status:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
348 349 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 348
def self.new: (?requirement: String?, ?status: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
| (String?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
355 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 355
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
|
Instance Method Details
#members ⇒ [ :requirement, :status ]
360 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 360
def members: () -> [ :requirement, :status ]
|
#to_h ⇒ { requirement: String?, status: String? }
361 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 361
def to_h: () -> { requirement: String?, status: String? }
|