Class: Vk::API::Utils::Methods::CheckLink

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

Overview

Checks whether a link is blocked in VK.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Utils::Methods::CheckLink

Parameters:

  • arguments (Hash)

Options Hash (arguments):



# File 'lib/vk/api/utils/methods/check_link.rb', line 15

Instance Method Details

#urlString

Returns Link to check (e.g., 'http://google.com').

Returns:



23
# File 'lib/vk/api/utils/methods/check_link.rb', line 23

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