Class: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic

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

#browse_node_metricsPeddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicMetrics (readonly)

Returns the value of attribute browse_node_metrics.



190
191
192
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 190

def browse_node_metrics
  @browse_node_metrics
end

#review_snippetsArray[String]? (readonly)

Returns the value of attribute review_snippets.

Returns:

  • (Array[String], nil)


191
192
193
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 191

def review_snippets
  @review_snippets
end

#subtopicsArray[Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic]? (readonly)

Returns the value of attribute subtopics.



192
193
194
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 192

def subtopics
  @subtopics
end

#topicString (readonly)

Returns the value of attribute topic.

Returns:

  • (String)


193
194
195
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 193

def topic
  @topic
end

Class Method Details

.[](browse_node_metrics:, topic:, review_snippets:, subtopics:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic



183
184
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 183

def self.[]: (browse_node_metrics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicMetrics, topic: String, ?review_snippets: Array[String]?, ?subtopics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic
| (Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicMetrics, String, Array[String]?, Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic

.members[ :browse_node_metrics, :topic, :review_snippets, :subtopics ]

Returns:

  • ([ :browse_node_metrics, :topic, :review_snippets, :subtopics ])


186
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 186

def self.members: () -> [ :browse_node_metrics, :topic, :review_snippets, :subtopics ]

.new(browse_node_metrics:, topic:, review_snippets:, subtopics:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic

Overloads:



181
182
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 181

def self.new: (browse_node_metrics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicMetrics, topic: String, ?review_snippets: Array[String]?, ?subtopics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic
| (Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicMetrics, String, Array[String]?, Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic

.parsePeddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic

Parameters:

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

Returns:



188
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 188

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopic

Instance Method Details

#members[ :browse_node_metrics, :topic, :review_snippets, :subtopics ]

Returns:

  • ([ :browse_node_metrics, :topic, :review_snippets, :subtopics ])


195
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 195

def members: () -> [ :browse_node_metrics, :topic, :review_snippets, :subtopics ]

#to_h{ browse_node_metrics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicMetrics, topic: String, review_snippets: Array[String]?, subtopics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic]? }

Returns:



196
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 196

def to_h: () -> { browse_node_metrics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewTopicMetrics, topic: String, review_snippets: Array[String]?, subtopics: Array[Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic]? }