Sha256: 30d8be39df811f8bb80e294c5e2f278045838976a395bf9b46a10379f1dde0c9

Contents?: true

Size: 234 Bytes

Versions: 1

Compression:

Stored size: 234 Bytes

Contents

# frozen_string_literal: true
require 'vk/api/types'

module Vk
  module API
    class Account < Vk::Schema::Namespace
      # Settings parameters
      OnoffOptions = API::Types::Coercible::String.enum('on', 'off')
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vk-0.99.5.53.alpha lib/vk/api/account/onoff_options.rb