Class: Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/notifications/any_offer_changed.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#feedback_countInteger (readonly)

Returns the value of attribute feedback_count.

Returns:

  • (Integer)


255
256
257
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 255

def feedback_count
  @feedback_count
end

#seller_positive_feedback_ratingInteger (readonly)

Returns the value of attribute seller_positive_feedback_rating.

Returns:

  • (Integer)


256
257
258
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 256

def seller_positive_feedback_rating
  @seller_positive_feedback_rating
end

Class Method Details

.[](feedback_count:, seller_positive_feedback_rating:) ⇒ Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating .[](arg0, arg1) ⇒ Peddler::Notifications::AnyOfferChanged::SellerFeedbackRating

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::Notifications::AnyOfferChanged::SellerFeedbackRating

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:

  • ({ 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 }