Class: Vk::API::Account::Methods::GetInfo
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Account::Methods::GetInfo
- Defined in:
- lib/vk/api/account/methods/get_info.rb
Overview
Returns current account info.
Arguments collapse
-
#fields ⇒ Array
Fields to return.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Account::Methods::GetInfo
|
# File 'lib/vk/api/account/methods/get_info.rb', line 15
|
Instance Method Details
#fields ⇒ Array
Returns Fields to return. Possible values:; *'country' — user country;; *'https_required' — is "HTTPS only" option enabled;; *'own_posts_default' — is "Show my posts only" option is enabled;; *'no_wall_replies' — are wall replies disabled or not;; *'intro' — is intro passed by user or not;; *'lang' — user language.; ; By default: all.
23 |
# File 'lib/vk/api/account/methods/get_info.rb', line 23 attribute :fields, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default(nil) |