Class: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#feature_name ⇒ String
readonly
Returns the value of attribute feature_name.
-
#feature_skus ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::FeatureSKU]?
readonly
Returns the value of attribute feature_skus.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#next_token ⇒ String?
readonly
Returns the value of attribute next_token.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :feature_name, :marketplace_id, :feature_skus, :next_token ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult
Instance Method Summary collapse
-
#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? }
Instance Attribute Details
#feature_name ⇒ String (readonly)
Returns the value of attribute feature_name.
853 854 855 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 853 def feature_name @feature_name end |
#feature_skus ⇒ Array[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_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
855 856 857 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 855 def marketplace_id @marketplace_id end |
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult
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 ]
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? }
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? }
|