Class: Vk::API::Docs::Methods::GetTypes
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Docs::Methods::GetTypes
- Defined in:
- lib/vk/api/docs/methods/get_types.rb
Overview
Returns documents types available for current user.
Arguments collapse
-
#owner_id ⇒ Integer
ID of the user or community that owns the documents.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Docs::Methods::GetTypes constructor
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Docs::Methods::GetTypes
|
|
# File 'lib/vk/api/docs/methods/get_types.rb', line 15
|
Instance Method Details
#owner_id ⇒ Integer
Returns ID of the user or community that owns the documents. Use a negative value to designate a community ID.
23 |
# File 'lib/vk/api/docs/methods/get_types.rb', line 23 attribute :owner_id, API::Types::Coercible::Int |