Class: Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicMetrics
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicMetrics
- Defined in:
- sig/peddler/apis/customer_feedback_2024_06_01.rbs
Instance Attribute Summary collapse
-
#number_of_mentions ⇒ Integer?
readonly
Returns the value of attribute number_of_mentions.
-
#occurrence_percentage ⇒ Float?
readonly
Returns the value of attribute occurrence_percentage.
-
#star_rating_impact ⇒ Float?
readonly
Returns the value of attribute star_rating_impact.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :number_of_mentions, :occurrence_percentage, :star_rating_impact ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicMetrics
Instance Method Summary collapse
-
#members ⇒ [ :number_of_mentions, :occurrence_percentage, :star_rating_impact ]
-
#to_h ⇒ { number_of_mentions: Integer?, occurrence_percentage: Float?, star_rating_impact: Float? }
Instance Attribute Details
#number_of_mentions ⇒ Integer? (readonly)
Returns the value of attribute number_of_mentions.
561 562 563 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 561 def number_of_mentions @number_of_mentions end |
#occurrence_percentage ⇒ Float? (readonly)
Returns the value of attribute occurrence_percentage.
562 563 564 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 562 def occurrence_percentage @occurrence_percentage end |
#star_rating_impact ⇒ Float? (readonly)
Returns the value of attribute star_rating_impact.
563 564 565 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 563 def @star_rating_impact end |
Class Method Details
.[](number_of_mentions:, occurrence_percentage:, star_rating_impact:) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicMetrics .[](arg0, arg1, arg2) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicMetrics
554 555 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 554
def self.[]: (?number_of_mentions: Integer?, ?occurrence_percentage: Float?, ?star_rating_impact: Float?) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicMetrics
| (Integer?, Float?, Float?) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicMetrics
|
.members ⇒ [ :number_of_mentions, :occurrence_percentage, :star_rating_impact ]
557 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 557
def self.members: () -> [ :number_of_mentions, :occurrence_percentage, :star_rating_impact ]
|
.new(number_of_mentions:, occurrence_percentage:, star_rating_impact:) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicMetrics .new(arg0, arg1, arg2) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicMetrics
552 553 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 552
def self.new: (?number_of_mentions: Integer?, ?occurrence_percentage: Float?, ?star_rating_impact: Float?) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicMetrics
| (Integer?, Float?, Float?) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicMetrics
|
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicMetrics
559 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 559
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTopicMetrics
|
Instance Method Details
#members ⇒ [ :number_of_mentions, :occurrence_percentage, :star_rating_impact ]
565 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 565
def members: () -> [ :number_of_mentions, :occurrence_percentage, :star_rating_impact ]
|
#to_h ⇒ { number_of_mentions: Integer?, occurrence_percentage: Float?, star_rating_impact: Float? }
566 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 566
def to_h: () -> { number_of_mentions: Integer?, occurrence_percentage: Float?, star_rating_impact: Float? }
|