Class: Vk::API::Pages::Methods::ClearCache

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

Overview

Allows to clear the cache of particular 'external' pages which may be attached to VK posts.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

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

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :url (String)

    Address of the page where you need to refesh the cached version



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

Instance Method Details

#urlString

Returns Address of the page where you need to refesh the cached version.

Returns:

  • (String)

    Address of the page where you need to refesh the cached version



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

attribute :url, API::Types::Coercible::String