Class: Vk::API::Video::SaveResult
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Video::SaveResult
- Defined in:
- lib/vk/api/video/save_result.rb
Overview
Instance Method Summary collapse
-
#description ⇒ String
Video description.
-
#owner_id ⇒ Integer
Video owner ID.
-
#title ⇒ String
Video title.
-
#upload_url ⇒ String
URL for the video uploading.
-
#video_id ⇒ Integer
Video ID.
Instance Method Details
#description ⇒ String
Returns Video description.
19 |
# File 'lib/vk/api/video/save_result.rb', line 19 attribute :description, API::Types::Coercible::String.optional.default(nil) |
#owner_id ⇒ Integer
Returns Video owner ID.
15 |
# File 'lib/vk/api/video/save_result.rb', line 15 attribute :owner_id, API::Types::Coercible::Int.optional.default(nil) |
#title ⇒ String
Returns Video title.
17 |
# File 'lib/vk/api/video/save_result.rb', line 17 attribute :title, API::Types::Coercible::String.optional.default(nil) |