Class: Vk::API::Base

Inherits:
Schema::Namespace show all
Defined in:
lib/vk/api/types.rb,
lib/vk/api/objects.rb,
lib/vk/api/base/geo.rb,
lib/vk/api/base/error.rb,
lib/vk/api/base/likes.rb,
lib/vk/api/base/place.rb,
lib/vk/api/base/object.rb,
lib/vk/api/base/country.rb,
lib/vk/api/base/sticker.rb,
lib/vk/api/base/bool_int.rb,
lib/vk/api/base/likes_info.rb,
lib/vk/api/base/ok_response.rb,
lib/vk/api/base/reposts_info.rb,
lib/vk/api/base/comments_info.rb,
lib/vk/api/base/request_param.rb,
lib/vk/api/base/property_exists.rb

Defined Under Namespace

Classes: CommentsInfo, Country, Error, Geo, Likes, LikesInfo, Object, Place, RepostsInfo, RequestParam, Sticker

Constant Summary collapse

BoolInt =
API::Types::Coercible::Int.enum(0, 1)
OkResponse =

Returns 1 if request has been processed successfully

API::Types::Coercible::Int.enum(1)
PropertyExists =
API::Types::Coercible::Int.enum(1)

Instance Attribute Summary

Attributes inherited from Schema::Namespace

#client

Method Summary

Methods inherited from Schema::Namespace

#call, #initialize

Constructor Details

This class inherits a constructor from Vk::Schema::Namespace