Sha256: ff35733e813cdc03a1df4c8745839c6ba36ec5f4046a199847942440e47d71cc

Contents?: true

Size: 627 Bytes

Versions: 10

Compression:

Stored size: 627 Bytes

Contents

# encoding: utf-8

##
# This file is auto-generated. DO NOT EDIT!
#
require 'protobuf/message'


##
# Imports
#
require 'protos/google_unittest_import_public.pb'

module Protobuf_unittest_import

  ##
  # Enum Classes
  #
  class ImportEnum < ::Protobuf::Enum
    define :IMPORT_FOO, 7
    define :IMPORT_BAR, 8
    define :IMPORT_BAZ, 9
  end

  class ImportEnumForMap < ::Protobuf::Enum
    define :UNKNOWN, 0
    define :FOO, 1
    define :BAR, 2
  end


  ##
  # Message Classes
  #
  class ImportMessage < ::Protobuf::Message; end


  ##
  # Message Fields
  #
  class ImportMessage
    optional :int32, :d, 1
  end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
protobuf-3.6.12 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.6.11 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.6.10 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.6.9 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.7.0.pre0 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.6.7 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.6.6 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.6.2 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.6.1 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.6.0 spec/support/protos/google_unittest_import.pb.rb