Sha256: 9812378543049fd513054307f937b13704e87ad188bc0ab24b5bff01441c599c

Contents?: true

Size: 561 Bytes

Versions: 14

Compression:

Stored size: 561 Bytes

Contents

# encoding: utf-8

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

module GoogleUnittestImport

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


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


  ##
  # Message Fields
  #
  class PublicImportMessage
    optional :int32, :e, 1
  end

  class ImportMessage
    optional :int32, :d, 1
  end

end

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
protobuf-core-3.5.0 spec/support/test/google_unittest_import.pb.rb
protobuf-3.5.5 spec/support/test/google_unittest_import.pb.rb
protobuf-3.5.4 spec/support/test/google_unittest_import.pb.rb
protobuf-3.5.3 spec/support/test/google_unittest_import.pb.rb
protobuf-3.5.2 spec/support/test/google_unittest_import.pb.rb
protobuf-3.5.1 spec/support/test/google_unittest_import.pb.rb
prepor-protobuf-3.5.1 spec/support/test/google_unittest_import.pb.rb
prepor-protobuf-3.5.0 spec/support/test/google_unittest_import.pb.rb
protobuf-3.5.0 spec/support/test/google_unittest_import.pb.rb
protobuf-3.4.4 spec/support/test/google_unittest_import.pb.rb
protobuf-3.4.3 spec/support/test/google_unittest_import.pb.rb
protobuf-3.4.2 spec/support/test/google_unittest_import.pb.rb
protobuf-3.4.1 spec/support/test/google_unittest_import.pb.rb
protobuf-3.4.0 spec/support/test/google_unittest_import.pb.rb