Class: Peddler::APIs::FulfillmentInboundV0::GetLabelsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::GetLabelsResponse
- 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::LabelDownloadURL?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::GetLabelsResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL? }
Instance Attribute Details
#errors ⇒ Array[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 |
#payload ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::GetLabelsResponse
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 ]
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? }
|