Class: Vk::API::Widgets::Methods::GetPages

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

Overview

Gets a list of application/site pages where the or is installed.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Widgets::Methods::GetPages

Parameters:

  • arguments (Hash)

Options Hash (arguments):



# File 'lib/vk/api/widgets/methods/get_pages.rb', line 15

Instance Method Details

#countInteger



32
# File 'lib/vk/api/widgets/methods/get_pages.rb', line 32

attribute :count, API::Types::Coercible::Int.optional.default(10)

#orderString



28
# File 'lib/vk/api/widgets/methods/get_pages.rb', line 28

attribute :order, API::Types::Coercible::String.optional.default(nil)

#periodString



30
# File 'lib/vk/api/widgets/methods/get_pages.rb', line 30

attribute :period, API::Types::Coercible::String.optional.default(nil)

#widget_api_idInteger



26
# File 'lib/vk/api/widgets/methods/get_pages.rb', line 26

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