Class: Vk::API::Newsfeed::Responses::SaveListResponse
- Inherits:
-
Schema::Response
- Object
- Dry::Struct
- Schema::Response
- Vk::API::Newsfeed::Responses::SaveListResponse
- Defined in:
- lib/vk/api/newsfeed/responses/save_list_response.rb
Overview
Instance Method Summary collapse
-
#response ⇒ Integer
List ID.
Instance Method Details
#response ⇒ Integer
Returns List ID.
11 |
# File 'lib/vk/api/newsfeed/responses/save_list_response.rb', line 11 attribute :response, API::Types::Coercible::Int.optional.default(nil) |