Class: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/customer_feedback_2024_06_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#negative_topicsArray[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_topicsArray[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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTrends

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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]? }