Class: Vk::API::Utils::Methods::CheckLink
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Utils::Methods::CheckLink
- Defined in:
- lib/vk/api/utils/methods/check_link.rb
Overview
Checks whether a link is blocked in VK.
Arguments collapse
-
#url ⇒ String
Link to check (e.g., 'http://google.com').
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Utils::Methods::CheckLink
|
# File 'lib/vk/api/utils/methods/check_link.rb', line 15
|
Instance Method Details
#url ⇒ String
Returns Link to check (e.g., 'http://google.com').
23 |
# File 'lib/vk/api/utils/methods/check_link.rb', line 23 attribute :url, API::Types::Coercible::String |