Class: Vk::API::Market::Responses::DeleteCommentResponse

Inherits:
Schema::Response
  • Object
show all
Defined in:
lib/vk/api/market/responses/delete_comment_response.rb

Overview

Instance Method Summary collapse

Instance Method Details

#responseAPI::Base::BoolInt

Returns 1 if request has been processed successfully (0 if the comment is not found)

Returns:

  • (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/delete_comment_response.rb', line 11

attribute :response, API::Base::BoolInt.optional.default(nil)