Class: Vk::API::Widgets::Methods::GetPages
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Widgets::Methods::GetPages
- 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
Constructor Details
#initialize(arguments) ⇒ Widgets::Methods::GetPages
|
# File 'lib/vk/api/widgets/methods/get_pages.rb', line 15
|
Instance Method Details
#count ⇒ Integer
32 |
# File 'lib/vk/api/widgets/methods/get_pages.rb', line 32 attribute :count, API::Types::Coercible::Int.optional.default(10) |
#order ⇒ String
28 |
# File 'lib/vk/api/widgets/methods/get_pages.rb', line 28 attribute :order, API::Types::Coercible::String.optional.default(nil) |
#period ⇒ String
30 |
# File 'lib/vk/api/widgets/methods/get_pages.rb', line 30 attribute :period, API::Types::Coercible::String.optional.default(nil) |