Class: Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#errorsArray[Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Error] (readonly)

Returns the value of attribute errors.



32
33
34
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 32

def errors
  @errors
end

Class Method Details

.[](errors:) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList .[](arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList



25
26
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 25

def self.[]: (errors: Array[Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Error]) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList
| (Array[Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Error]) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList

.members[ :errors ]

Returns:

  • ([ :errors ])


28
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 28

def self.members: () -> [ :errors ]

.new(errors:) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList .new(arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList



23
24
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 23

def self.new: (errors: Array[Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Error]) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList
| (Array[Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Error]) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList

.parsePeddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList

Parameters:

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

Returns:



30
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 30

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


34
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 34

def members: () -> [ :errors ]

#to_h{ errors: Array[Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Error] }



35
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 35

def to_h: () -> { errors: Array[Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Error] }