Class: Vk::API::Wall::AppPost
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Wall::AppPost
- Defined in:
- lib/vk/api/wall/app_post.rb
Overview
Instance Method Summary collapse
-
#id ⇒ Integer
Application ID.
-
#name ⇒ String
Application name.
-
#photo_130 ⇒ String
URL of the preview image with 130 px in width.
-
#photo_604 ⇒ String
URL of the preview image with 604 px in width.
Instance Method Details
#id ⇒ Integer
Returns Application ID.
11 |
# File 'lib/vk/api/wall/app_post.rb', line 11 attribute :id, API::Types::Coercible::Int.optional.default(nil) |
#name ⇒ String
Returns Application name.
13 |
# File 'lib/vk/api/wall/app_post.rb', line 13 attribute :name, API::Types::Coercible::String.optional.default(nil) |