Class: Vk::API::Users::Responses::IsAppUserResponse
- Inherits:
-
Schema::Response
- Object
- Dry::Struct
- Schema::Response
- Vk::API::Users::Responses::IsAppUserResponse
- Defined in:
- lib/vk/api/users/responses/is_app_user_response.rb
Overview
Instance Method Summary collapse
-
#response ⇒ API::Base::BoolInt
Information whether the user have installed an app.
Instance Method Details
#response ⇒ API::Base::BoolInt
Returns Information whether the user have installed an app.
11 |
# File 'lib/vk/api/users/responses/is_app_user_response.rb', line 11 attribute :response, API::Base::BoolInt.optional.default(nil) |