Class: Vk::API::Groups::LinksItem
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Groups::LinksItem
- Defined in:
- lib/vk/api/groups/links_item.rb
Overview
Instance Method Summary collapse
-
#desc ⇒ String
Link description.
-
#edit_title ⇒ Integer
Information whether the link title can be edited.
-
#id ⇒ Integer
Link ID.
-
#name ⇒ Integer
Link title.
-
#photo_100 ⇒ String
URL of square image of the link with 100 pixels in width.
-
#photo_50 ⇒ String
URL of square image of the link with 50 pixels in width.
-
#url ⇒ String
Link URL.
Instance Method Details
#desc ⇒ String
Returns Link description.
19 |
# File 'lib/vk/api/groups/links_item.rb', line 19 attribute :desc, API::Types::Coercible::String.optional.default(nil) |
#edit_title ⇒ Integer
Returns 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) |
#id ⇒ Integer
Returns Link ID.
11 |
# File 'lib/vk/api/groups/links_item.rb', line 11 attribute :id, API::Types::Coercible::Int.optional.default(nil) |
#name ⇒ Integer
Returns Link title.
17 |
# File 'lib/vk/api/groups/links_item.rb', line 17 attribute :name, API::Types::Coercible::Int.optional.default(nil) |
#photo_100 ⇒ String
Returns 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) |