Class: Vk::API::Groups::Methods::GetCatalog
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Groups::Methods::GetCatalog
- Defined in:
- lib/vk/api/groups/methods/get_catalog.rb
Overview
Returns communities list for a catalog category.
Arguments collapse
-
#category_id ⇒ Integer
Category id received from .
-
#subcategory_id ⇒ Integer
Subcategory id received from .
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Groups::Methods::GetCatalog
|
|
# File 'lib/vk/api/groups/methods/get_catalog.rb', line 15
|
Instance Method Details
#category_id ⇒ Integer
Returns Category id received from .
24 |
# File 'lib/vk/api/groups/methods/get_catalog.rb', line 24 attribute :category_id, API::Types::Coercible::Int.optional.default(nil) |
#subcategory_id ⇒ Integer
Returns Subcategory id received from .
26 |
# File 'lib/vk/api/groups/methods/get_catalog.rb', line 26 attribute :subcategory_id, API::Types::Coercible::Int.optional.default(nil) |