Class: Vk::API::Groups::GroupLink
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Groups::GroupLink
- Defined in:
- lib/vk/api/groups/group_link.rb
Overview
Instance Method Summary collapse
-
#desc ⇒ String
Link description.
-
#edit_title ⇒ API::Base::BoolInt
Information whether the title can be edited.
-
#id ⇒ Integer
Link ID.
-
#image_processing ⇒ API::Base::BoolInt
Information whether the image on processing.
-
#url ⇒ String
Link URL.
Instance Method Details
#desc ⇒ String
Returns Link description.
17 |
# File 'lib/vk/api/groups/group_link.rb', line 17 attribute :desc, API::Types::Coercible::String.optional.default(nil) |
#edit_title ⇒ API::Base::BoolInt
Returns Information whether the title can be edited.
15 |
# File 'lib/vk/api/groups/group_link.rb', line 15 attribute :edit_title, API::Base::BoolInt.optional.default(nil) |
#id ⇒ Integer
Returns Link ID.
11 |
# File 'lib/vk/api/groups/group_link.rb', line 11 attribute :id, API::Types::Coercible::Int.optional.default(nil) |
#image_processing ⇒ API::Base::BoolInt
Returns Information whether the image on processing.
19 |
# File 'lib/vk/api/groups/group_link.rb', line 19 attribute :image_processing, API::Base::BoolInt.optional.default(nil) |