Class: Vk::API::Wall::LinkRating

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/wall/link_rating.rb

Overview

Instance Method Summary collapse

Instance Method Details

#reviews_countInteger

Returns Count of reviews.

Returns:

  • (Integer)

    Count of reviews



13
# File 'lib/vk/api/wall/link_rating.rb', line 13

attribute :reviews_count, API::Types::Coercible::Int.optional.default(nil)

#starsNumber

Returns Count of stars.

Returns:

  • (Number)

    Count of stars



11
# File 'lib/vk/api/wall/link_rating.rb', line 11

attribute :stars, API::Types::Coercible::Int.optional.default(nil)