Class: Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#all_owners_constraintString? (readonly)

Returns the value of attribute all_owners_constraint.

Returns:

  • (String, nil)


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_constraintString? (readonly)

Returns the value of attribute label_owner_constraint.

Returns:

  • (String, nil)


1262
1263
1264
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1262

def label_owner_constraint
  @label_owner_constraint
end

#mskuString (readonly)

Returns the value of attribute msku.

Returns:

  • (String)


1263
1264
1265
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1263

def msku
  @msku
end

#prep_categoryString (readonly)

Returns the value of attribute prep_category.

Returns:

  • (String)


1264
1265
1266
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1264

def prep_category
  @prep_category
end

#prep_owner_constraintString? (readonly)

Returns the value of attribute prep_owner_constraint.

Returns:

  • (String, nil)


1265
1266
1267
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1265

def prep_owner_constraint
  @prep_owner_constraint
end

#prep_typesArray[untyped] (readonly)

Returns the value of attribute prep_types.

Returns:

  • (Array[untyped])


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::FulfillmentInbound20240320::MskuPrepDetail

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }