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) |
#extended ⇒ Boolean
Return an additional information about videos. Also returns all owners profiles and groups.
29 |
# File 'lib/vk/api/fave/methods/get_videos.rb', line 29 attribute :extended, API::Types::Form::Bool.optional.default(nil) |
#offset ⇒ Integer
Returns Offset needed to return a specific subset of videos.
25 |
# File 'lib/vk/api/fave/methods/get_videos.rb', line 25 attribute :offset, API::Types::Coercible::Int.optional.default(nil) |