Class: Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?
readonly
Returns the value of attribute errors.
-
#payload ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, payload: Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::Error]? (readonly)
Returns the value of attribute errors.
946 947 948 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 946 def errors @errors end |
#payload ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult? (readonly)
Returns the value of attribute payload.
947 948 949 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 947 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse
939 940 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 939
def self.[]: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, ?payload: Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse
|
.members ⇒ [ :errors, :payload ]
942 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 942
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse
937 938 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 937
def self.new: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, ?payload: Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse
944 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 944
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
949 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 949
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, payload: Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult? }
950 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 950
def to_h: () -> { errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, payload: Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult? }
|