Class: Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic

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

#metricsPeddler::APIs::CustomerFeedback20240601::BrowseNodeReviewSubtopicMetrics (readonly)

Returns the value of attribute metrics.



368
369
370
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 368

def metrics
  @metrics
end

#review_snippetsArray[String]? (readonly)

Returns the value of attribute review_snippets.

Returns:

  • (Array[String], nil)


369
370
371
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 369

def review_snippets
  @review_snippets
end

#subtopicString (readonly)

Returns the value of attribute subtopic.

Returns:

  • (String)


370
371
372
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 370

def subtopic
  @subtopic
end

Class Method Details

.[](metrics:, subtopic:, review_snippets:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic .[](arg0, arg1, arg2) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic



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

def self.[]: (metrics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewSubtopicMetrics, subtopic: String, ?review_snippets: Array[String]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic
| (Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewSubtopicMetrics, String, Array[String]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic

.members[ :metrics, :subtopic, :review_snippets ]

Returns:

  • ([ :metrics, :subtopic, :review_snippets ])


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

def self.members: () -> [ :metrics, :subtopic, :review_snippets ]

.new(metrics:, subtopic:, review_snippets:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic .new(arg0, arg1, arg2) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic

Overloads:



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

def self.new: (metrics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewSubtopicMetrics, subtopic: String, ?review_snippets: Array[String]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic
| (Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewSubtopicMetrics, String, Array[String]?) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic

.parsePeddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :metrics, :subtopic, :review_snippets ]

Returns:

  • ([ :metrics, :subtopic, :review_snippets ])


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

def members: () -> [ :metrics, :subtopic, :review_snippets ]

#to_h{ metrics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewSubtopicMetrics, subtopic: String, review_snippets: Array[String]? }

Returns:



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

def to_h: () -> { metrics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewSubtopicMetrics, subtopic: String, review_snippets: Array[String]? }