Class: Vk::API::Friends::Responses::AddResponse

Inherits:
Schema::Response show all
Defined in:
lib/vk/api/friends/responses/add_response.rb

Overview

Instance Method Summary collapse

Instance Method Details

#responseInteger

Returns Friend request status.

Returns:

  • (Integer)

    Friend request status



11
# File 'lib/vk/api/friends/responses/add_response.rb', line 11

attribute :response, API::Types::Coercible::Int.enum(1, 2, 4).optional.default(nil)