Class: Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction

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

#errorsPeddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList? (readonly)

Returns the value of attribute errors.



48
49
50
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 48

def errors
  @errors
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


49
50
51
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 49

def status
  @status
end

#transaction_idString (readonly)

Returns the value of attribute transaction_id.

Returns:

  • (String)


50
51
52
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 50

def transaction_id
  @transaction_id
end

Class Method Details

.[](status:, transaction_id:, errors:) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction .[](arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction



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

def self.[]: (status: String, transaction_id: String, ?errors: Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList?) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction
| (String, String, Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList?) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction

.members[ :status, :transaction_id, :errors ]

Returns:

  • ([ :status, :transaction_id, :errors ])


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

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

.new(status:, transaction_id:, errors:) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction .new(arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction



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

def self.new: (status: String, transaction_id: String, ?errors: Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList?) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction
| (String, String, Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList?) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction

.parsePeddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :status, :transaction_id, :errors ]

Returns:

  • ([ :status, :transaction_id, :errors ])


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

def members: () -> [ :status, :transaction_id, :errors ]

#to_h{ status: String, transaction_id: String, errors: Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList? }

Returns:



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

def to_h: () -> { status: String, transaction_id: String, errors: Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList? }