Class: Vk::API::Users::Relative
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Users::Relative
- Defined in:
- lib/vk/api/users/relative.rb
Overview
Instance Method Summary collapse
-
#id ⇒ Integer
Relative ID.
-
#type ⇒ String
Relative type.
Instance Method Details
#id ⇒ Integer
11 |
# File 'lib/vk/api/users/relative.rb', line 11 attribute :id, API::Types::Coercible::Int.optional.default(nil) |
#type ⇒ String
13 |
# File 'lib/vk/api/users/relative.rb', line 13 attribute :type, API::Types::Coercible::String.optional.default(nil) |