Class: Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#all_owners_constraint ⇒ String?
readonly
Returns the value of attribute all_owners_constraint.
-
#label_owner_constraint ⇒ String?
readonly
Returns the value of attribute label_owner_constraint.
-
#msku ⇒ String
readonly
Returns the value of attribute msku.
-
#prep_category ⇒ String
readonly
Returns the value of attribute prep_category.
-
#prep_owner_constraint ⇒ String?
readonly
Returns the value of attribute prep_owner_constraint.
-
#prep_types ⇒ Array[untyped]
readonly
Returns the value of attribute prep_types.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :msku, :prep_category, :prep_types, :all_owners_constraint, :label_owner_constraint, :prep_owner_constraint ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail
Instance Method Summary collapse
-
#members ⇒ [ :msku, :prep_category, :prep_types, :all_owners_constraint, :label_owner_constraint, :prep_owner_constraint ]
-
#to_h ⇒ { msku: String, prep_category: String, prep_types: Array[untyped], all_owners_constraint: String?, label_owner_constraint: String?, prep_owner_constraint: String? }
Instance Attribute Details
#all_owners_constraint ⇒ String? (readonly)
Returns the value of attribute all_owners_constraint.
1261 1262 1263 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1261 def all_owners_constraint @all_owners_constraint end |
#label_owner_constraint ⇒ String? (readonly)
Returns the value of attribute label_owner_constraint.
1262 1263 1264 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1262 def label_owner_constraint @label_owner_constraint end |
#msku ⇒ String (readonly)
Returns the value of attribute msku.
1263 1264 1265 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1263 def msku @msku end |
#prep_category ⇒ String (readonly)
Returns the value of attribute prep_category.
1264 1265 1266 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1264 def prep_category @prep_category end |
#prep_owner_constraint ⇒ String? (readonly)
Returns the value of attribute prep_owner_constraint.
1265 1266 1267 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1265 def prep_owner_constraint @prep_owner_constraint end |
#prep_types ⇒ Array[untyped] (readonly)
Returns the value of attribute prep_types.
1266 1267 1268 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1266 def prep_types @prep_types end |
Class Method Details
.[](msku:, prep_category:, prep_types:, all_owners_constraint:, label_owner_constraint:, prep_owner_constraint:) ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail
1254 1255 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1254
def self.[]: (msku: String, prep_category: String, prep_types: Array[untyped], ?all_owners_constraint: String?, ?label_owner_constraint: String?, ?prep_owner_constraint: String?) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail
| (String, String, Array[untyped], String?, String?, String?) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail
|
.members ⇒ [ :msku, :prep_category, :prep_types, :all_owners_constraint, :label_owner_constraint, :prep_owner_constraint ]
1257 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1257
def self.members: () -> [ :msku, :prep_category, :prep_types, :all_owners_constraint, :label_owner_constraint, :prep_owner_constraint ]
|
.new(msku:, prep_category:, prep_types:, all_owners_constraint:, label_owner_constraint:, prep_owner_constraint:) ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail
1252 1253 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1252
def self.new: (msku: String, prep_category: String, prep_types: Array[untyped], ?all_owners_constraint: String?, ?label_owner_constraint: String?, ?prep_owner_constraint: String?) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail
| (String, String, Array[untyped], String?, String?, String?) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail
1259 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1259
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail
|
Instance Method Details
#members ⇒ [ :msku, :prep_category, :prep_types, :all_owners_constraint, :label_owner_constraint, :prep_owner_constraint ]
1268 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1268
def members: () -> [ :msku, :prep_category, :prep_types, :all_owners_constraint, :label_owner_constraint, :prep_owner_constraint ]
|
#to_h ⇒ { msku: String, prep_category: String, prep_types: Array[untyped], all_owners_constraint: String?, label_owner_constraint: String?, prep_owner_constraint: String? }
1269 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1269
def to_h: () -> { msku: String, prep_category: String, prep_types: Array[untyped], all_owners_constraint: String?, label_owner_constraint: String?, prep_owner_constraint: String? }
|