Sha256: 079151336505bd3fd7875ab68a7f0afac73c4aef7d55cca30cec8484c9b3d7d6

Contents?: true

Size: 475 Bytes

Versions: 1

Compression:

Stored size: 475 Bytes

Contents

# frozen_string_literal: true
require 'vk/api/objects'
require 'vk/schema/namespace'

module Vk
  module API
    class Groups < Vk::Schema::Namespace
      # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json
      class UserXtrRole < API::Users::UserFull
        # @return [API::Groups::RoleOptions] @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json
        attribute :role, API::Groups::RoleOptions.optional
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vk-0.99.5.53.alpha lib/vk/api/groups/user_xtr_role.rb