Class: Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic
- Defined in:
- sig/peddler/apis/customer_feedback_2024_06_01.rbs
Instance Attribute Summary collapse
-
#metrics ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewSubtopicMetrics
readonly
Returns the value of attribute metrics.
-
#review_snippets ⇒ Array[String]?
readonly
Returns the value of attribute review_snippets.
-
#subtopic ⇒ String
readonly
Returns the value of attribute subtopic.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :metrics, :subtopic, :review_snippets ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic
Instance Method Summary collapse
-
#members ⇒ [ :metrics, :subtopic, :review_snippets ]
-
#to_h ⇒ { metrics: Peddler::APIs::CustomerFeedback20240601::BrowseNodeReviewSubtopicMetrics, subtopic: String, review_snippets: Array[String]? }
Instance Attribute Details
#metrics ⇒ Peddler::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_snippets ⇒ Array[String]? (readonly)
Returns the value of attribute review_snippets.
369 370 371 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 369 def review_snippets @review_snippets end |
#subtopic ⇒ String (readonly)
Returns the value of attribute subtopic.
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 ]
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
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
|
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeSubtopic
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 ]
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]? }
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]? }
|