Class: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicsResponse
- Defined in:
- sig/peddler/apis/customer_feedback_2024_06_01.rbs
Instance Attribute Summary collapse
-
#browse_node_id ⇒ String
readonly
Returns the value of attribute browse_node_id.
-
#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.
-
#display_name ⇒ String
readonly
Returns the value of attribute display_name.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#topics ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics
readonly
Returns the value of attribute topics.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :browse_node_id, :country_code, :date_range, :display_name, :marketplace_id, :topics ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicsResponse
Instance Method Summary collapse
-
#members ⇒ [ :browse_node_id, :country_code, :date_range, :display_name, :marketplace_id, :topics ]
-
#to_h ⇒ { browse_node_id: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, display_name: String, marketplace_id: String, topics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics }
Instance Attribute Details
#browse_node_id ⇒ String (readonly)
Returns the value of attribute browse_node_id.
243 244 245 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 243 def browse_node_id @browse_node_id end |
#country_code ⇒ String (readonly)
Returns the value of attribute country_code.
244 245 246 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 244 def country_code @country_code end |
#date_range ⇒ Peddler::APIs::CustomerFeedback20240601::DateRange (readonly)
Returns the value of attribute date_range.
245 246 247 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 245 def date_range @date_range end |
#display_name ⇒ String (readonly)
Returns the value of attribute display_name.
246 247 248 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 246 def display_name @display_name end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
247 248 249 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 247 def marketplace_id @marketplace_id end |
#topics ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics (readonly)
Returns the value of attribute topics.
248 249 250 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 248 def topics @topics end |
Class Method Details
.[](browse_node_id:, country_code:, date_range:, display_name:, marketplace_id:, topics:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicsResponse .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicsResponse
236 237 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 236
def self.[]: (browse_node_id: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, display_name: String, marketplace_id: String, topics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicsResponse
| (String, String, Peddler::APIs::CustomerFeedback20240601::DateRange, String, String, Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicsResponse
|
.members ⇒ [ :browse_node_id, :country_code, :date_range, :display_name, :marketplace_id, :topics ]
239 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 239
def self.members: () -> [ :browse_node_id, :country_code, :date_range, :display_name, :marketplace_id, :topics ]
|
.new(browse_node_id:, country_code:, date_range:, display_name:, marketplace_id:, topics:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicsResponse .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicsResponse
234 235 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 234
def self.new: (browse_node_id: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, display_name: String, marketplace_id: String, topics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicsResponse
| (String, String, Peddler::APIs::CustomerFeedback20240601::DateRange, String, String, Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicsResponse
|
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicsResponse
241 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 241
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicsResponse
|
Instance Method Details
#members ⇒ [ :browse_node_id, :country_code, :date_range, :display_name, :marketplace_id, :topics ]
250 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 250
def members: () -> [ :browse_node_id, :country_code, :date_range, :display_name, :marketplace_id, :topics ]
|
#to_h ⇒ { browse_node_id: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, display_name: String, marketplace_id: String, topics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics }
251 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 251
def to_h: () -> { browse_node_id: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, display_name: String, marketplace_id: String, topics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics }
|