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)


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

def all_owners_constraint
  @all_owners_constraint
end

#label_owner_constraintString? (readonly)

Returns the value of attribute label_owner_constraint.

Returns:

  • (String, nil)


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

def label_owner_constraint
  @label_owner_constraint
end

#mskuString (readonly)

Returns the value of attribute msku.

Returns:

  • (String)


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

def msku
  @msku
end

#prep_categoryString (readonly)

Returns the value of attribute prep_category.

Returns:

  • (String)


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

def prep_category
  @prep_category
end

#prep_owner_constraintString? (readonly)

Returns the value of attribute prep_owner_constraint.

Returns:

  • (String, nil)


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

def prep_owner_constraint
  @prep_owner_constraint
end

#prep_typesArray[untyped] (readonly)

Returns the value of attribute prep_types.

Returns:

  • (Array[untyped])


1267
1268
1269
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1267

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:



1255
1256
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1255

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 ])


1258
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1258

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:



1253
1254
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1253

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:



1260
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1260

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 ])


1269
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1269

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? })


1270
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1270

def to_h: () -> { msku: String, prep_category: String, prep_types: Array[untyped], all_owners_constraint: String?, label_owner_constraint: String?, prep_owner_constraint: String? }