Class: Vk::API::Audio::Methods::GetCount

Inherits:
Schema::Method show all
Defined in:
lib/vk/api/audio/methods/get_count.rb

Overview

Returns the total number of audio files on a user or community page.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Audio::Methods::GetCount

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :owner_id (Integer)

    ID of the user or community that owns the audio files. By default, current user ID.



# File 'lib/vk/api/audio/methods/get_count.rb', line 15

Instance Method Details

#owner_idInteger

Returns ID of the user or community that owns the audio files. By default, current user ID.

Returns:

  • (Integer)

    ID of the user or community that owns the audio files. By default, current user ID.



23
# File 'lib/vk/api/audio/methods/get_count.rb', line 23

attribute :owner_id, API::Types::Coercible::Int