Class: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopicsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopicsResponse
- 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 ⇒ Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopics]
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::BrowseNodeReturnTopicsResponse
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: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopics] }
Instance Attribute Details
#browse_node_id ⇒ String (readonly)
Returns the value of attribute browse_node_id.
98 99 100 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 98 def browse_node_id @browse_node_id end |
#country_code ⇒ String (readonly)
Returns the value of attribute country_code.
99 100 101 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 99 def country_code @country_code end |
#date_range ⇒ Peddler::APIs::CustomerFeedback20240601::DateRange (readonly)
Returns the value of attribute date_range.
100 101 102 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 100 def date_range @date_range end |
#display_name ⇒ String (readonly)
Returns the value of attribute display_name.
101 102 103 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 101 def display_name @display_name end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
102 103 104 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 102 def marketplace_id @marketplace_id end |
#topics ⇒ Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopics] (readonly)
Returns the value of attribute topics.
103 104 105 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 103 def topics @topics end |
Class Method Details
.[](browse_node_id:, country_code:, date_range:, display_name:, marketplace_id:, topics:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopicsResponse .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopicsResponse
91 92 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 91
def self.[]: (browse_node_id: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, display_name: String, marketplace_id: String, topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopics]) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopicsResponse
| (String, String, Peddler::APIs::CustomerFeedback20240601::DateRange, String, String, Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopics]) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopicsResponse
|
.members ⇒ [ :browse_node_id, :country_code, :date_range, :display_name, :marketplace_id, :topics ]
94 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 94
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::BrowseNodeReturnTopicsResponse .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopicsResponse
89 90 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 89
def self.new: (browse_node_id: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, display_name: String, marketplace_id: String, topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopics]) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopicsResponse
| (String, String, Peddler::APIs::CustomerFeedback20240601::DateRange, String, String, Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopics]) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopicsResponse
|
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopicsResponse
96 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 96
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopicsResponse
|
Instance Method Details
#members ⇒ [ :browse_node_id, :country_code, :date_range, :display_name, :marketplace_id, :topics ]
105 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 105
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: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopics] }
106 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 106
def to_h: () -> { browse_node_id: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, display_name: String, marketplace_id: String, topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReturnTopics] }
|