Class: Vk::API::Gifts::Methods::Get
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Gifts::Methods::Get
- Defined in:
- lib/vk/api/gifts/methods/get.rb
Overview
Returns a list of user gifts.
Arguments collapse
-
#count ⇒ Integer
Number of gifts to return.
-
#offset ⇒ Integer
Offset needed to return a specific subset of results.
-
#user_id ⇒ Integer
User ID.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Gifts::Methods::Get constructor
Methods inherited from Schema::Method
Constructor Details
Instance Method Details
#count ⇒ Integer
Returns Number of gifts to return.
27 |
# File 'lib/vk/api/gifts/methods/get.rb', line 27 attribute :count, API::Types::Coercible::Int.optional.default(nil) |