Class: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics
- Defined in:
- sig/peddler/apis/customer_feedback_2024_06_01.rbs
Instance Attribute Summary collapse
-
#negative_topics ⇒ Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]?
readonly
Returns the value of attribute negative_topics.
-
#positive_topics ⇒ Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]?
readonly
Returns the value of attribute positive_topics.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :negative_topics, :positive_topics ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics
Instance Method Summary collapse
-
#members ⇒ [ :negative_topics, :positive_topics ]
-
#to_h ⇒ { negative_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]?, positive_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]? }
Instance Attribute Details
#negative_topics ⇒ Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]? (readonly)
Returns the value of attribute negative_topics.
226 227 228 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 226 def negative_topics @negative_topics end |
#positive_topics ⇒ Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]? (readonly)
Returns the value of attribute positive_topics.
227 228 229 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 227 def positive_topics @positive_topics end |
Class Method Details
.[](negative_topics:, positive_topics:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics .[](arg0, arg1) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics
219 220 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 219
def self.[]: (?negative_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]?, ?positive_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics
| (Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]?, Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics
|
.members ⇒ [ :negative_topics, :positive_topics ]
222 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 222
def self.members: () -> [ :negative_topics, :positive_topics ]
|
.new(negative_topics:, positive_topics:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics .new(arg0, arg1) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics
217 218 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 217
def self.new: (?negative_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]?, ?positive_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics
| (Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]?, Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics
|
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics
224 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 224
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopics
|
Instance Method Details
#members ⇒ [ :negative_topics, :positive_topics ]
229 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 229
def members: () -> [ :negative_topics, :positive_topics ]
|
#to_h ⇒ { negative_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]?, positive_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]? }
230 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 230
def to_h: () -> { negative_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]?, positive_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic]? }
|