Class: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#requirement ⇒ String? (readonly)

Returns the value of attribute requirement.

Returns:

  • (String, nil)


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.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }