Class: Vk::API::Fave::Methods::GetUsers

Inherits:
Schema::Method show all
Defined in:
lib/vk/api/fave/methods/get_users.rb

Overview

Returns a list of users whom the current user has bookmarked.; ;

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Fave::Methods::GetUsers

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :offset (Integer)

    Offset needed to return a specific subset of users.

  • :count (Integer)

    Number of users to return.



# File 'lib/vk/api/fave/methods/get_users.rb', line 15

Instance Method Details

#countInteger

Returns Number of users to return.

Returns:

  • (Integer)

    Number of users to return.



26
# File 'lib/vk/api/fave/methods/get_users.rb', line 26

attribute :count, API::Types::Coercible::Int.optional.default(50)

#offsetInteger

Returns Offset needed to return a specific subset of users.

Returns:

  • (Integer)

    Offset needed to return a specific subset of users.



24
# File 'lib/vk/api/fave/methods/get_users.rb', line 24

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