Class: Vk::API::Fave::Methods::GetVideos
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Fave::Methods::GetVideos
- Defined in:
- lib/vk/api/fave/methods/get_videos.rb
Overview
Returns a list of videos that the current user has liked.;
Arguments collapse
-
#count ⇒ Integer
Number of videos to return.
-
#extended ⇒ Boolean
Return an additional information about videos.
-
#offset ⇒ Integer
Offset needed to return a specific subset of videos.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Fave::Methods::GetVideos
|
# File 'lib/vk/api/fave/methods/get_videos.rb', line 15
|
Instance Method Details
#count ⇒ Integer
Returns Number of videos to return.
27 |
# File 'lib/vk/api/fave/methods/get_videos.rb', line 27 attribute :count, API::Types::Coercible::Int.optional.default(50) |