Class: Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse
- Defined in:
- sig/peddler/apis/customer_feedback_2024_06_01.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
-
#country_code ⇒ String
readonly
Returns the value of attribute country_code.
-
#date_range ⇒ Peddler::APIs::CustomerFeedback20240601::DateRange
readonly
Returns the value of attribute date_range.
-
#item_name ⇒ String
readonly
Returns the value of attribute item_name.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#topics ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTopics
readonly
Returns the value of attribute topics.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :country_code, :date_range, :item_name, :marketplace_id, :topics ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse
Instance Method Summary collapse
-
#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 }
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
596 597 598 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 596 def asin @asin end |
#country_code ⇒ String (readonly)
Returns the value of attribute country_code.
597 598 599 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 597 def country_code @country_code end |
#date_range ⇒ Peddler::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_name ⇒ String (readonly)
Returns the value of attribute item_name.
599 600 601 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 599 def item_name @item_name end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
600 601 602 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 600 def marketplace_id @marketplace_id end |
#topics ⇒ Peddler::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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicsResponse
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 ]
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 }
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 }
|