Class: Vk::API::Market::Responses::RestoreCommentResponse
- Inherits:
-
Schema::Response
- Object
- Dry::Struct
- Schema::Response
- Vk::API::Market::Responses::RestoreCommentResponse
- Defined in:
- lib/vk/api/market/responses/restore_comment_response.rb
Overview
Instance Method Summary collapse
-
#response ⇒ API::Base::BoolInt
Returns 1 if request has been processed successfully (0 if the comment is not found).
Instance Method Details
#response ⇒ API::Base::BoolInt
Returns 1 if request has been processed successfully (0 if the comment is not found)
11 |
# File 'lib/vk/api/market/responses/restore_comment_response.rb', line 11 attribute :response, API::Base::BoolInt.optional.default(nil) |