Class: Vk::API::Database::Methods::GetChairs
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Database::Methods::GetChairs
- Defined in:
- lib/vk/api/database/methods/get_chairs.rb
Overview
Returns list of chairs on a specified faculty.
Arguments collapse
-
#count ⇒ Integer
Amount of chairs to get.
-
#faculty_id ⇒ Integer
Id of the faculty to get chairs from.
-
#offset ⇒ Integer
Offset required to get a certain subset of chairs.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Database::Methods::GetChairs
|
# File 'lib/vk/api/database/methods/get_chairs.rb', line 15
|
Instance Method Details
#count ⇒ Integer
Returns amount of chairs to get.
29 |
# File 'lib/vk/api/database/methods/get_chairs.rb', line 29 attribute :count, API::Types::Coercible::Int.optional.default(100) |