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