Class: Vk::API::Users::UserXtrType
- Inherits:
-
User
- Object
- Dry::Struct
- Schema::Object
- UserMin
- User
- Vk::API::Users::UserXtrType
- Defined in:
- lib/vk/api/users/user_xtr_type.rb
Overview
Direct Known Subclasses
Instance Method Summary collapse
-
#type ⇒ String
Object type.
Methods inherited from User
#online, #photo_100, #photo_50, #screen_name, #sex
Methods inherited from UserMin
#deactivated, #first_name, #hidden, #id, #last_name
Instance Method Details
#type ⇒ String
Returns Object type.
11 |
# File 'lib/vk/api/users/user_xtr_type.rb', line 11 attribute :type, API::Types::Coercible::String.enum("profile").optional.default(nil) |