Class: Vk::API::Account::Info

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/account/info.rb

Overview

Instance Method Summary collapse

Instance Method Details

#countryString

Returns Country code.

Returns:

  • (String)

    Country code



11
# File 'lib/vk/api/account/info.rb', line 11

attribute :country, API::Types::Coercible::String.optional.default(nil)

#https_requiredAPI::Base::BoolInt

Returns Information whether HTTPS-only is enabled.

Returns:



13
# File 'lib/vk/api/account/info.rb', line 13

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

#introAPI::Base::BoolInt

Returns Information whether user has been processed intro.

Returns:



19
# File 'lib/vk/api/account/info.rb', line 19

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

#langInteger

Returns Language ID.

Returns:

  • (Integer)

    Language ID



21
# File 'lib/vk/api/account/info.rb', line 21

attribute :lang, API::Types::Coercible::Int.optional.default(nil)

#no_wall_repliesAPI::Base::BoolInt

Returns Information whether wall comments should be hidden.

Returns:



17
# File 'lib/vk/api/account/info.rb', line 17

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

#own_posts_defaultAPI::Base::BoolInt

Returns Information whether only owners posts should be shown.

Returns:



15
# File 'lib/vk/api/account/info.rb', line 15

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