Class: Peddler::APIs::FulfillmentInboundV0::GetPrepInstructionsResponse

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.



188
189
190
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 188

def errors
  @errors
end

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

Returns the value of attribute payload.



189
190
191
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 189

def payload
  @payload
end

Class Method Details

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



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

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

.members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

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



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

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

.parsePeddler::APIs::FulfillmentInboundV0::GetPrepInstructionsResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

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



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

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