Class: Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse
- 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::BillOfLadingDownloadURL?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::FulfillmentInboundV0::Error]? (readonly)
Returns the value of attribute errors.
154 155 156 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 154 def errors @errors end |
#payload ⇒ Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL? (readonly)
Returns the value of attribute payload.
155 156 157 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 155 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse
147 148 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 147
def self.[]: (?errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, ?payload: Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL?) -> Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse
| (Array[Peddler::APIs::FulfillmentInboundV0::Error]?, Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL?) -> Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse
|
.members ⇒ [ :errors, :payload ]
150 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 150
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse
145 146 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 145
def self.new: (?errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, ?payload: Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL?) -> Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse
| (Array[Peddler::APIs::FulfillmentInboundV0::Error]?, Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL?) -> Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse
152 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 152
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInboundV0::GetBillOfLadingResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
157 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 157
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL? }
158 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 158
def to_h: () -> { errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL? }
|