Class: Vk::API::Video::Methods::HideCatalogSection

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

Overview

Hides a video catalog section from a user.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Video::Methods::HideCatalogSection

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :section_id (Integer)

    'id' value returned with a block to hide by the '' method.



# File 'lib/vk/api/video/methods/hide_catalog_section.rb', line 15

Instance Method Details

#section_idInteger

Returns 'id' value returned with a block to hide by the '' method.

Returns:

  • (Integer)

    'id' value returned with a block to hide by the '' method.



23
# File 'lib/vk/api/video/methods/hide_catalog_section.rb', line 23

attribute :section_id, API::Types::Coercible::Int