Class: Vk::API::Users::UserXtrType

Inherits:
User show all
Defined in:
lib/vk/api/users/user_xtr_type.rb

Overview

Direct Known Subclasses

Messages::UserXtrInvitedBy

Instance Method Summary collapse

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

#typeString

Returns Object type.

Returns:

  • (String)

    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)