Class: Vk::API::Groups::Methods::ReorderLink
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Groups::Methods::ReorderLink
- Defined in:
- lib/vk/api/groups/methods/reorder_link.rb
Overview
Allows to reorder links in the community.
Arguments collapse
-
#after ⇒ Integer
ID of the link after which to place the link with 'link_id'.
-
#group_id ⇒ Integer
Community ID.
-
#link_id ⇒ Integer
Link ID.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Groups::Methods::ReorderLink
|
# File 'lib/vk/api/groups/methods/reorder_link.rb', line 15
|
Instance Method Details
#after ⇒ Integer
Returns ID of the link after which to place the link with 'link_id'.
29 |
# File 'lib/vk/api/groups/methods/reorder_link.rb', line 29 attribute :after, API::Types::Coercible::Int.optional.default(nil) |