Class: Vk::API::Groups::LinksItem

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/groups/links_item.rb

Overview

Instance Method Summary collapse

Instance Method Details

#descString

Returns Link description.

Returns:

  • (String)

    Link description



19
# File 'lib/vk/api/groups/links_item.rb', line 19

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

#edit_titleInteger

Returns Information whether the link title can be edited.

Returns:

  • (Integer)

    Information whether the link title can be edited



15
# File 'lib/vk/api/groups/links_item.rb', line 15

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

#idInteger

Returns Link ID.

Returns:

  • (Integer)

    Link ID



11
# File 'lib/vk/api/groups/links_item.rb', line 11

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

#nameInteger

Returns Link title.

Returns:

  • (Integer)

    Link title



17
# File 'lib/vk/api/groups/links_item.rb', line 17

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

#photo_100String

Returns URL of square image of the link with 100 pixels in width.

Returns:

  • (String)

    URL of square image of the link with 100 pixels in width



23
# File 'lib/vk/api/groups/links_item.rb', line 23

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

#photo_50String

Returns URL of square image of the link with 50 pixels in width.

Returns:

  • (String)

    URL of square image of the link with 50 pixels in width



21
# File 'lib/vk/api/groups/links_item.rb', line 21

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

#urlString

Returns Link URL.

Returns:

  • (String)

    Link URL



13
# File 'lib/vk/api/groups/links_item.rb', line 13

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