Class: Vk::API::Wall::Graffiti
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Wall::Graffiti
- Defined in:
- lib/vk/api/wall/graffiti.rb
Overview
Instance Method Summary collapse
-
#id ⇒ Integer
Graffiti ID.
-
#owner_id ⇒ Integer
Graffiti owner's ID.
-
#photo_200 ⇒ String
URL of the preview image with 200 px in width.
-
#photo_586 ⇒ String
URL of the preview image with 586 px in width.
Instance Method Details
#id ⇒ Integer
Returns Graffiti ID.
11 |
# File 'lib/vk/api/wall/graffiti.rb', line 11 attribute :id, API::Types::Coercible::Int.optional.default(nil) |
#owner_id ⇒ Integer
Returns Graffiti owner's ID.
13 |
# File 'lib/vk/api/wall/graffiti.rb', line 13 attribute :owner_id, API::Types::Coercible::Int.optional.default(nil) |