Class: Vk::API::Database::Methods::GetSchoolClasses

Inherits:
Schema::Method
  • Object
show all
Defined in:
lib/vk/api/database/methods/get_school_classes.rb

Overview

Returns a list of school classes specified for the country.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Database::Methods::GetSchoolClasses

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :country_id (Integer)

    Country ID.



# File 'lib/vk/api/database/methods/get_school_classes.rb', line 15

Instance Method Details

#country_idInteger

Returns Country ID.

Returns:

  • (Integer)

    Country ID.



23
# File 'lib/vk/api/database/methods/get_school_classes.rb', line 23

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