Class: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#feature_nameString (readonly)

Returns the value of attribute feature_name.

Returns:

  • (String)


853
854
855
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 853

def feature_name
  @feature_name
end

#feature_skusArray[Peddler::APIs::FulfillmentOutbound20200701::FeatureSKU]? (readonly)

Returns the value of attribute feature_skus.



854
855
856
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 854

def feature_skus
  @feature_skus
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


855
856
857
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 855

def marketplace_id
  @marketplace_id
end

#next_tokenString? (readonly)

Returns the value of attribute next_token.

Returns:

  • (String, nil)


856
857
858
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 856

def next_token
  @next_token
end

Class Method Details

.[](feature_name:, marketplace_id:, feature_skus:, next_token:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult

Overloads:



846
847
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 846

def self.[]: (feature_name: String, marketplace_id: String, ?feature_skus: Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSKU]?, ?next_token: String?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult
| (String, String, Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSKU]?, String?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult

.members[ :feature_name, :marketplace_id, :feature_skus, :next_token ]

Returns:

  • ([ :feature_name, :marketplace_id, :feature_skus, :next_token ])


849
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 849

def self.members: () -> [ :feature_name, :marketplace_id, :feature_skus, :next_token ]

.new(feature_name:, marketplace_id:, feature_skus:, next_token:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult

Overloads:



844
845
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 844

def self.new: (feature_name: String, marketplace_id: String, ?feature_skus: Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSKU]?, ?next_token: String?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult
| (String, String, Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSKU]?, String?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult

.parsePeddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult

Parameters:

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

Returns:



851
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 851

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult

Instance Method Details

#members[ :feature_name, :marketplace_id, :feature_skus, :next_token ]

Returns:

  • ([ :feature_name, :marketplace_id, :feature_skus, :next_token ])


858
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 858

def members: () -> [ :feature_name, :marketplace_id, :feature_skus, :next_token ]

#to_h{ feature_name: String, marketplace_id: String, feature_skus: Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSKU]?, next_token: String? }

Returns:



859
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 859

def to_h: () -> { feature_name: String, marketplace_id: String, feature_skus: Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSKU]?, next_token: String? }