Class: Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#errorsArray[Peddler::APIs::FulfillmentInboundV0::Error]? (readonly)

Returns the value of attribute errors.



154
155
156
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 154

def errors
  @errors
end

#payloadPeddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL? (readonly)

Returns the value of attribute payload.



155
156
157
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 155

def payload
  @payload
end

Class Method Details

.[](errors:, payload:) ⇒ Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse



147
148
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 147

def self.[]: (?errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, ?payload: Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL?) -> Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse
| (Array[Peddler::APIs::FulfillmentInboundV0::Error]?, Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL?) -> Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse

.members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


150
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 150

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

.new(errors:, payload:) ⇒ Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse



145
146
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 145

def self.new: (?errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, ?payload: Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL?) -> Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse
| (Array[Peddler::APIs::FulfillmentInboundV0::Error]?, Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL?) -> Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse

.parsePeddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse

Parameters:

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

Returns:



152
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 152

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

Instance Method Details

#members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


157
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 157

def members: () -> [ :errors, :payload ]

#to_h{ errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL? }



158
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 158

def to_h: () -> { errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL? }