Class: Peddler::APIs::FulfillmentInboundV0::GetLabelsResponse

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.



171
172
173
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 171

def errors
  @errors
end

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

Returns the value of attribute payload.



172
173
174
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 172

def payload
  @payload
end

Class Method Details

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



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

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

.members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

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



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

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

.parsePeddler::APIs::FulfillmentInboundV0::GetLabelsResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

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



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

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