Class: Vk::API::Fave::Methods::GetPosts
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Fave::Methods::GetPosts
- Defined in:
- lib/vk/api/fave/methods/get_posts.rb
Overview
Returns a list of wall posts that the current user has liked.;
Arguments collapse
-
#count ⇒ Integer
Number of posts to return.
-
#extended ⇒ Boolean
'1' — to return additional 'wall', 'profiles', and 'groups' fields.; ; By default: '0'.
-
#offset ⇒ Integer
Offset needed to return a specific subset of posts.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Fave::Methods::GetPosts constructor
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Fave::Methods::GetPosts
|
# File 'lib/vk/api/fave/methods/get_posts.rb', line 15
|
Instance Method Details
#count ⇒ Integer
Returns Number of posts to return.
27 |
# File 'lib/vk/api/fave/methods/get_posts.rb', line 27 attribute :count, API::Types::Coercible::Int.optional.default(50) |