Class: Vk::API::Audio::Methods::GetLyrics

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

Overview

Returns lyrics associated with an audio file.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Audio::Methods::GetLyrics

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :lyrics_id (Integer)

    Lyrics ID (could be obtained with , , or methods).



# File 'lib/vk/api/audio/methods/get_lyrics.rb', line 15

Instance Method Details

#lyrics_idInteger

Returns Lyrics ID (could be obtained with , , or methods).

Returns:

  • (Integer)

    Lyrics ID (could be obtained with , , or methods).



23
# File 'lib/vk/api/audio/methods/get_lyrics.rb', line 23

attribute :lyrics_id, API::Types::Coercible::Int