Class: Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating
- Defined in:
- sig/peddler/notifications/any_offer_changed.rbs
Instance Attribute Summary collapse
-
#feedback_count ⇒ Integer
readonly
Returns the value of attribute feedback_count.
-
#seller_positive_feedback_rating ⇒ Integer
readonly
Returns the value of attribute seller_positive_feedback_rating.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :feedback_count, :seller_positive_feedback_rating ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating
Instance Method Summary collapse
-
#members ⇒ [ :feedback_count, :seller_positive_feedback_rating ]
-
#to_h ⇒ { feedback_count: Integer, seller_positive_feedback_rating: Integer }
Instance Attribute Details
#feedback_count ⇒ Integer (readonly)
Returns the value of attribute feedback_count.
255 256 257 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 255 def feedback_count @feedback_count end |
#seller_positive_feedback_rating ⇒ Integer (readonly)
Returns the value of attribute seller_positive_feedback_rating.
256 257 258 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 256 def @seller_positive_feedback_rating end |
Class Method Details
.[](feedback_count:, seller_positive_feedback_rating:) ⇒ Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating .[](arg0, arg1) ⇒ Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating
248 249 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 248
def self.[]: (feedback_count: Integer, seller_positive_feedback_rating: Integer) -> Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating
| (Integer, Integer) -> Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating
|
.members ⇒ [ :feedback_count, :seller_positive_feedback_rating ]
251 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 251
def self.members: () -> [ :feedback_count, :seller_positive_feedback_rating ]
|
.new(feedback_count:, seller_positive_feedback_rating:) ⇒ Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating .new(arg0, arg1) ⇒ Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating
246 247 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 246
def self.new: (feedback_count: Integer, seller_positive_feedback_rating: Integer) -> Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating
| (Integer, Integer) -> Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating
|
.parse ⇒ Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating
253 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 253
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating
|
Instance Method Details
#members ⇒ [ :feedback_count, :seller_positive_feedback_rating ]
258 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 258
def members: () -> [ :feedback_count, :seller_positive_feedback_rating ]
|
#to_h ⇒ { feedback_count: Integer, seller_positive_feedback_rating: Integer }
259 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 259
def to_h: () -> { feedback_count: Integer, seller_positive_feedback_rating: Integer }
|