Class: Peddler::APIs::FulfillmentInboundV0::GetPrepInstructionsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::GetPrepInstructionsResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_v0.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::FulfillmentInboundV0::Error]?
readonly
Returns the value of attribute errors.
-
#payload ⇒ Peddler::APIs::FulfillmentInboundV0::GetPrepInstructionsResult?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::GetPrepInstructionsResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::GetPrepInstructionsResult? }
Instance Attribute Details
#errors ⇒ Array[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 |
#payload ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::GetPrepInstructionsResponse
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 ]
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? }
|