Class: Vk::API::Secure::Level
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Secure::Level
- Defined in:
- lib/vk/api/secure/level.rb
Overview
Instance Method Summary collapse
-
#level ⇒ Integer
Level.
-
#uid ⇒ Integer
User ID.
Instance Method Details
#level ⇒ Integer
Returns Level.
13 |
# File 'lib/vk/api/secure/level.rb', line 13 attribute :level, API::Types::Coercible::Int.optional.default(nil) |
#uid ⇒ Integer
Returns User ID.
11 |
# File 'lib/vk/api/secure/level.rb', line 11 attribute :uid, API::Types::Coercible::Int.optional.default(nil) |