Class: Vk::API::Video::Methods::GetNewTags

Inherits:
Schema::Method
  • Object
show all
Defined in:
lib/vk/api/video/methods/get_new_tags.rb

Overview

Returns a list of videos with tags that have not been viewed.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Video::Methods::GetNewTags

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :offset (Integer)

    Offset needed to return a specific subset of videos.

  • :count (Integer)

    Number of videos to return.



# File 'lib/vk/api/video/methods/get_new_tags.rb', line 15

Instance Method Details

#countInteger

Returns Number of videos to return.

Returns:

  • (Integer)

    Number of videos to return.



26
# File 'lib/vk/api/video/methods/get_new_tags.rb', line 26

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

#offsetInteger

Returns Offset needed to return a specific subset of videos.

Returns:

  • (Integer)

    Offset needed to return a specific subset of videos.



24
# File 'lib/vk/api/video/methods/get_new_tags.rb', line 24

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