Class: Vk::API::Photos::Responses::GetAlbumsCountResponse
- Inherits:
-
Schema::Response
- Object
- Dry::Struct
- Schema::Response
- Vk::API::Photos::Responses::GetAlbumsCountResponse
- Defined in:
- lib/vk/api/photos/responses/get_albums_count_response.rb
Overview
Instance Method Summary collapse
-
#response ⇒ Integer
Albums number.
Instance Method Details
#response ⇒ Integer
Returns Albums number.
11 |
# File 'lib/vk/api/photos/responses/get_albums_count_response.rb', line 11 attribute :response, API::Types::Coercible::Int.optional.default(nil) |