Class: Vk::API::Docs::Methods::Delete
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Docs::Methods::Delete
- Defined in:
- lib/vk/api/docs/methods/delete.rb
Overview
Deletes a user or community document.
Arguments collapse
-
#doc_id ⇒ Integer
Document ID.
-
#owner_id ⇒ Integer
ID of the user or community that owns the document.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Docs::Methods::Delete constructor
Methods inherited from Schema::Method
Constructor Details
Instance Method Details
#doc_id ⇒ Integer
Returns Document ID.
26 |
# File 'lib/vk/api/docs/methods/delete.rb', line 26 attribute :doc_id, API::Types::Coercible::Int |
#owner_id ⇒ Integer
Returns ID of the user or community that owns the document. Use a negative value to designate a community ID.
24 |
# File 'lib/vk/api/docs/methods/delete.rb', line 24 attribute :owner_id, API::Types::Coercible::Int |