Class: Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse
- 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::GetShipmentsResult?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::FulfillmentInboundV0::Error]? (readonly)
Returns the value of attribute errors.
258 259 260 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 258 def errors @errors end |
#payload ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult? (readonly)
Returns the value of attribute payload.
259 260 261 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 259 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse
251 252 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 251
def self.[]: (?errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, ?payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse
| (Array[Peddler::APIs::FulfillmentInboundV0::Error]?, Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse
|
.members ⇒ [ :errors, :payload ]
254 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 254
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse
249 250 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 249
def self.new: (?errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, ?payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse
| (Array[Peddler::APIs::FulfillmentInboundV0::Error]?, Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse
256 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 256
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
261 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 261
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult? }
262 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 262
def to_h: () -> { errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentsResult? }
|