Class: Vk::API::Fave::FavesLink

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/fave/faves_link.rb

Overview

Instance Method Summary collapse

Instance Method Details

#descriptionString

Returns Link description.

Returns:

  • (String)

    Link description



17
# File 'lib/vk/api/fave/faves_link.rb', line 17

attribute :description, API::Types::Coercible::String.optional.default(nil)

#idInteger

Returns Link ID.

Returns:

  • (Integer)

    Link ID



11
# File 'lib/vk/api/fave/faves_link.rb', line 11

attribute :id, API::Types::Coercible::Int.optional.default(nil)

#photo_100String

Returns URL of the preview image with 100 px in width.

Returns:

  • (String)

    URL of the preview image with 100 px in width



21
# File 'lib/vk/api/fave/faves_link.rb', line 21

attribute :photo_100, API::Types::Coercible::String.optional.default(nil)

#photo_200String

Returns URL of the preview image with 200 px in width.

Returns:

  • (String)

    URL of the preview image with 200 px in width



23
# File 'lib/vk/api/fave/faves_link.rb', line 23

attribute :photo_200, API::Types::Coercible::String.optional.default(nil)

#photo_50String

Returns URL of the preview image with 50 px in width.

Returns:

  • (String)

    URL of the preview image with 50 px in width



19
# File 'lib/vk/api/fave/faves_link.rb', line 19

attribute :photo_50, API::Types::Coercible::String.optional.default(nil)

#titleString

Returns Link title.

Returns:

  • (String)

    Link title



15
# File 'lib/vk/api/fave/faves_link.rb', line 15

attribute :title, API::Types::Coercible::String.optional.default(nil)

#urlString

Returns Link URL.

Returns:

  • (String)

    Link URL



13
# File 'lib/vk/api/fave/faves_link.rb', line 13

attribute :url, API::Types::Coercible::String.optional.default(nil)