Class: Vk::API::Groups::CountersGroup

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/groups/counters_group.rb

Overview

Instance Method Summary collapse

Instance Method Details

#albumsInteger

Returns Photo albums number.

Returns:

  • (Integer)

    Photo albums number



13
# File 'lib/vk/api/groups/counters_group.rb', line 13

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

#audiosInteger

Returns Audios number.

Returns:

  • (Integer)

    Audios number



19
# File 'lib/vk/api/groups/counters_group.rb', line 19

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

#docsInteger

Returns Docs number.

Returns:

  • (Integer)

    Docs number



21
# File 'lib/vk/api/groups/counters_group.rb', line 21

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

#marketInteger

Returns Market items number.

Returns:

  • (Integer)

    Market items number



23
# File 'lib/vk/api/groups/counters_group.rb', line 23

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

#photosInteger

Returns Photos number.

Returns:

  • (Integer)

    Photos number



11
# File 'lib/vk/api/groups/counters_group.rb', line 11

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

#topicsInteger

Returns Topics number.

Returns:

  • (Integer)

    Topics number



15
# File 'lib/vk/api/groups/counters_group.rb', line 15

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

#videosInteger

Returns Videos number.

Returns:

  • (Integer)

    Videos number



17
# File 'lib/vk/api/groups/counters_group.rb', line 17

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