Class: Vk::API::Groups::GroupsArray

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

Overview

Instance Method Summary collapse

Instance Method Details

#countInteger

Returns Communities number.

Returns:

  • (Integer)

    Communities number



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

attribute :count, API::Types::Coercible::Int

#itemsArray



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

attribute :items, API::Types::Coercible::Array.member(API::Types::Coercible::Int)