Class: Vk::API::Wall::AppPost

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

Overview

Instance Method Summary collapse

Instance Method Details

#idInteger

Returns Application ID.

Returns:

  • (Integer)

    Application ID



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

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

#nameString

Returns Application name.

Returns:

  • (String)

    Application name



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

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

#photo_130String

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

Returns:

  • (String)

    URL of the preview image with 130 px in width



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

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

#photo_604String

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

Returns:

  • (String)

    URL of the preview image with 604 px in width



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

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