Class: Vk::API::Groups::Methods::GetRequests
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Groups::Methods::GetRequests
- Defined in:
- lib/vk/api/groups/methods/get_requests.rb
Overview
Returns a list of requests to the community.
Arguments collapse
-
#count ⇒ Integer
Number of results to return.
-
#fields ⇒ Array
Profile fields to return.;.
-
#group_id ⇒ Integer
Community ID.
-
#offset ⇒ Integer
Offset needed to return a specific subset of results.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Groups::Methods::GetRequests
|
# File 'lib/vk/api/groups/methods/get_requests.rb', line 15
|
Instance Method Details
#count ⇒ Integer
Returns Number of results to return.
30 |
# File 'lib/vk/api/groups/methods/get_requests.rb', line 30 attribute :count, API::Types::Coercible::Int.optional.default(20) |
#fields ⇒ Array
Returns Profile fields to return.;.
32 |
# File 'lib/vk/api/groups/methods/get_requests.rb', line 32 attribute :fields, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default(nil) |