Class: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse
- 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::GetFeatureInventoryResult?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, payload: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::Error]? (readonly)
Returns the value of attribute errors.
836 837 838 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 836 def errors @errors end |
#payload ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult? (readonly)
Returns the value of attribute payload.
837 838 839 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 837 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse
829 830 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 829
def self.[]: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, ?payload: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse
|
.members ⇒ [ :errors, :payload ]
832 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 832
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse
827 828 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 827
def self.new: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, ?payload: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse
834 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 834
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
839 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 839
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, payload: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult? }
840 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 840
def to_h: () -> { errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, payload: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult? }
|