Class: Peddler::APIs::FulfillmentOutbound20200701::InvalidItemReason
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::InvalidItemReason
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#description ⇒ String
readonly
Returns the value of attribute description.
-
#invalid_item_reason_code ⇒ String
readonly
Returns the value of attribute invalid_item_reason_code.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :description, :invalid_item_reason_code ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::InvalidItemReason
Instance Method Summary collapse
-
#members ⇒ [ :description, :invalid_item_reason_code ]
-
#to_h ⇒ { description: String, invalid_item_reason_code: String }
Instance Attribute Details
#description ⇒ String (readonly)
Returns the value of attribute description.
1081 1082 1083 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1081 def description @description end |
#invalid_item_reason_code ⇒ String (readonly)
Returns the value of attribute invalid_item_reason_code.
1082 1083 1084 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1082 def invalid_item_reason_code @invalid_item_reason_code end |
Class Method Details
.[](description:, invalid_item_reason_code:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::InvalidItemReason .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::InvalidItemReason
1074 1075 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1074
def self.[]: (description: String, invalid_item_reason_code: String) -> Peddler::APIs::FulfillmentOutbound20200701::InvalidItemReason
| (String, String) -> Peddler::APIs::FulfillmentOutbound20200701::InvalidItemReason
|
.members ⇒ [ :description, :invalid_item_reason_code ]
1077 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1077
def self.members: () -> [ :description, :invalid_item_reason_code ]
|
.new(description:, invalid_item_reason_code:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::InvalidItemReason .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::InvalidItemReason
1072 1073 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1072
def self.new: (description: String, invalid_item_reason_code: String) -> Peddler::APIs::FulfillmentOutbound20200701::InvalidItemReason
| (String, String) -> Peddler::APIs::FulfillmentOutbound20200701::InvalidItemReason
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::InvalidItemReason
1079 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1079
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::InvalidItemReason
|
Instance Method Details
#members ⇒ [ :description, :invalid_item_reason_code ]
1084 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1084
def members: () -> [ :description, :invalid_item_reason_code ]
|
#to_h ⇒ { description: String, invalid_item_reason_code: String }
1085 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1085
def to_h: () -> { description: String, invalid_item_reason_code: String }
|