Class: Vk::API::Wall::Graffiti

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/wall/graffiti.rb

Overview

Instance Method Summary collapse

Instance Method Details

#idInteger

Returns Graffiti ID.

Returns:

  • (Integer)

    Graffiti ID



11
# File 'lib/vk/api/wall/graffiti.rb', line 11

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

#owner_idInteger

Returns Graffiti owner's ID.

Returns:

  • (Integer)

    Graffiti owner's ID



13
# File 'lib/vk/api/wall/graffiti.rb', line 13

attribute :owner_id, API::Types::Coercible::Int.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



15
# File 'lib/vk/api/wall/graffiti.rb', line 15

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

#photo_586String

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

Returns:

  • (String)

    URL of the preview image with 586 px in width



17
# File 'lib/vk/api/wall/graffiti.rb', line 17

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