Class: Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse
- 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.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::Error]? (readonly)
Returns the value of attribute errors.
1545 1546 1547 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1545 def errors @errors end |
Class Method Details
.[](errors:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse
1538 1539 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1538
def self.[]: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?) -> Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?) -> Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse
|
.members ⇒ [ :errors ]
1541 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1541
def self.members: () -> [ :errors ]
|
.new(errors:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse
1536 1537 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1536
def self.new: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?) -> Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?) -> Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse
1543 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1543
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse
|
Instance Method Details
#members ⇒ [ :errors ]
1547 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1547
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]? }
1548 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1548
def to_h: () -> { errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]? }
|