Class: Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#asinString (readonly)

Returns the value of attribute asin.

Returns:

  • (String)


596
597
598
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 596

def asin
  @asin
end

#country_codeString (readonly)

Returns the value of attribute country_code.

Returns:

  • (String)


597
598
599
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 597

def country_code
  @country_code
end

#date_rangePeddler::APIs::CustomerFeedback20240601::DateRange (readonly)

Returns the value of attribute date_range.



598
599
600
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 598

def date_range
  @date_range
end

#item_nameString (readonly)

Returns the value of attribute item_name.

Returns:

  • (String)


599
600
601
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 599

def item_name
  @item_name
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


600
601
602
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 600

def marketplace_id
  @marketplace_id
end

#topicsPeddler::APIs::CustomerFeedback20240601::ItemReviewTopics (readonly)

Returns the value of attribute topics.



601
602
603
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 601

def topics
  @topics
end

Class Method Details

.[](asin:, country_code:, date_range:, item_name:, marketplace_id:, topics:) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse

Overloads:



589
590
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 589

def self.[]: (asin: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, item_name: String, marketplace_id: String, topics: Peddler::APIs::CustomerFeedback20240601::ItemReviewTopics) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse
| (String, String, Peddler::APIs::CustomerFeedback20240601::DateRange, String, String, Peddler::APIs::CustomerFeedback20240601::ItemReviewTopics) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse

.members[ :asin, :country_code, :date_range, :item_name, :marketplace_id, :topics ]

Returns:

  • ([ :asin, :country_code, :date_range, :item_name, :marketplace_id, :topics ])


592
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 592

def self.members: () -> [ :asin, :country_code, :date_range, :item_name, :marketplace_id, :topics ]

.new(asin:, country_code:, date_range:, item_name:, marketplace_id:, topics:) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse

Overloads:



587
588
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 587

def self.new: (asin: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, item_name: String, marketplace_id: String, topics: Peddler::APIs::CustomerFeedback20240601::ItemReviewTopics) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse
| (String, String, Peddler::APIs::CustomerFeedback20240601::DateRange, String, String, Peddler::APIs::CustomerFeedback20240601::ItemReviewTopics) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse

.parsePeddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse

Parameters:

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

Returns:



594
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 594

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

Instance Method Details

#members[ :asin, :country_code, :date_range, :item_name, :marketplace_id, :topics ]

Returns:

  • ([ :asin, :country_code, :date_range, :item_name, :marketplace_id, :topics ])


603
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 603

def members: () -> [ :asin, :country_code, :date_range, :item_name, :marketplace_id, :topics ]

#to_h{ asin: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, item_name: String, marketplace_id: String, topics: Peddler::APIs::CustomerFeedback20240601::ItemReviewTopics }

Returns:



604
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 604

def to_h: () -> { asin: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, item_name: String, marketplace_id: String, topics: Peddler::APIs::CustomerFeedback20240601::ItemReviewTopics }