Class: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends
- Defined in:
- sig/peddler/apis/customer_feedback_2024_06_01.rbs
Instance Attribute Summary collapse
-
#negative_topics ⇒ Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]?
readonly
Returns the value of attribute negative_topics.
-
#positive_topics ⇒ Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]?
readonly
Returns the value of attribute positive_topics.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :negative_topics, :positive_topics ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends
Instance Method Summary collapse
-
#members ⇒ [ :negative_topics, :positive_topics ]
-
#to_h ⇒ { negative_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]?, positive_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]? }
Instance Attribute Details
#negative_topics ⇒ Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]? (readonly)
Returns the value of attribute negative_topics.
314 315 316 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 314 def negative_topics @negative_topics end |
#positive_topics ⇒ Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]? (readonly)
Returns the value of attribute positive_topics.
315 316 317 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 315 def positive_topics @positive_topics end |
Class Method Details
.[](negative_topics:, positive_topics:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends .[](arg0, arg1) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends
307 308 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 307
def self.[]: (?negative_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]?, ?positive_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends
| (Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]?, Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends
|
.members ⇒ [ :negative_topics, :positive_topics ]
310 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 310
def self.members: () -> [ :negative_topics, :positive_topics ]
|
.new(negative_topics:, positive_topics:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends .new(arg0, arg1) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends
305 306 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 305
def self.new: (?negative_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]?, ?positive_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends
| (Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]?, Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends
|
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends
312 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 312
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends
|
Instance Method Details
#members ⇒ [ :negative_topics, :positive_topics ]
317 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 317
def members: () -> [ :negative_topics, :positive_topics ]
|
#to_h ⇒ { negative_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]?, positive_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]? }
318 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 318
def to_h: () -> { negative_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]?, positive_topics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrend]? }
|