Class: Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopic
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopic
- Defined in:
- sig/peddler/apis/customer_feedback_2024_06_01.rbs
Instance Attribute Summary collapse
-
#metrics ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopicMetrics
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::ItemReviewSubtopic
Instance Method Summary collapse
-
#members ⇒ [ :metrics, :subtopic, :review_snippets ]
-
#to_h ⇒ { metrics: Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopicMetrics, subtopic: String, review_snippets: Array[String]? }
Instance Attribute Details
#metrics ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopicMetrics (readonly)
Returns the value of attribute metrics.
504 505 506 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 504 def metrics @metrics end |
#review_snippets ⇒ Array[String]? (readonly)
Returns the value of attribute review_snippets.
505 506 507 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 505 def review_snippets @review_snippets end |
#subtopic ⇒ String (readonly)
Returns the value of attribute subtopic.
506 507 508 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 506 def subtopic @subtopic end |
Class Method Details
.[](metrics:, subtopic:, review_snippets:) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopic .[](arg0, arg1, arg2) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopic
497 498 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 497
def self.[]: (metrics: Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopicMetrics, subtopic: String, ?review_snippets: Array[String]?) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopic
| (Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopicMetrics, String, Array[String]?) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopic
|
.members ⇒ [ :metrics, :subtopic, :review_snippets ]
500 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 500
def self.members: () -> [ :metrics, :subtopic, :review_snippets ]
|
.new(metrics:, subtopic:, review_snippets:) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopic .new(arg0, arg1, arg2) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopic
495 496 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 495
def self.new: (metrics: Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopicMetrics, subtopic: String, ?review_snippets: Array[String]?) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopic
| (Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopicMetrics, String, Array[String]?) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopic
|
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopic
502 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 502
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopic
|
Instance Method Details
#members ⇒ [ :metrics, :subtopic, :review_snippets ]
508 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 508
def members: () -> [ :metrics, :subtopic, :review_snippets ]
|
#to_h ⇒ { metrics: Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopicMetrics, subtopic: String, review_snippets: Array[String]? }
509 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 509
def to_h: () -> { metrics: Peddler::APIs::CustomerFeedback20240601::ItemReviewSubtopicMetrics, subtopic: String, review_snippets: Array[String]? }
|