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.
303 304 305 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 303 def requirement @requirement end |
#status ⇒ String? (readonly)
Returns the value of attribute status.
304 305 306 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 304 def status @status end |
Class Method Details
.[](requirement:, status:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
296 297 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 296
def self.[]: (?requirement: String?, ?status: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
| (String?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
|
.members ⇒ [ :requirement, :status ]
299 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 299
def self.members: () -> [ :requirement, :status ]
|
.new(requirement:, status:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
294 295 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 294
def self.new: (?requirement: String?, ?status: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
| (String?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
301 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 301
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
|
Instance Method Details
#members ⇒ [ :requirement, :status ]
306 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 306
def members: () -> [ :requirement, :status ]
|
#to_h ⇒ { requirement: String?, status: String? }
307 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 307
def to_h: () -> { requirement: String?, status: String? }
|