Class: Vk::API::Pages::Methods::GetTitles

Inherits:
Schema::Method
  • Object
show all
Defined in:
lib/vk/api/pages/methods/get_titles.rb

Overview

Returns a list of wiki pages in a group.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Pages::Methods::GetTitles

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :group_id (Integer)

    ID of the community that owns the wiki page.



# File 'lib/vk/api/pages/methods/get_titles.rb', line 15

Instance Method Details

#group_idInteger

Returns ID of the community that owns the wiki page.

Returns:

  • (Integer)

    ID of the community that owns the wiki page.



23
# File 'lib/vk/api/pages/methods/get_titles.rb', line 23

attribute :group_id, API::Types::Coercible::Int.optional.default(nil)