Class: Vk::API::Wall::LinkRating
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Wall::LinkRating
- Defined in:
- lib/vk/api/wall/link_rating.rb
Overview
Instance Method Summary collapse
-
#reviews_count ⇒ Integer
Count of reviews.
-
#stars ⇒ Number
Count of stars.
Instance Method Details
#reviews_count ⇒ Integer
Returns Count of reviews.
13 |
# File 'lib/vk/api/wall/link_rating.rb', line 13 attribute :reviews_count, API::Types::Coercible::Int.optional.default(nil) |
#stars ⇒ Number
Returns Count of stars.
11 |
# File 'lib/vk/api/wall/link_rating.rb', line 11 attribute :stars, API::Types::Coercible::Int.optional.default(nil) |