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



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

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

#owner_idInteger



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

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

#photo_200String



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

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

#photo_586String



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

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