Class: Vk::API::Photos::Responses::CreateAlbumResponse
- Inherits:
-
Schema::Response
- Object
- Dry::Struct
- Schema::Response
- Vk::API::Photos::Responses::CreateAlbumResponse
- Defined in:
- lib/vk/api/photos/responses/create_album_response.rb
Overview
Instance Method Summary collapse
Instance Method Details
#response ⇒ API::Photos::PhotoAlbumFull
11 |
# File 'lib/vk/api/photos/responses/create_album_response.rb', line 11 attribute :response, Dry::Types[API::Photos::PhotoAlbumFull].optional.default(nil) |