Sha256: a06cdf02e35b3bc60b82c8e26e43d6791582ea11014f0704646c4fafc8bee589

Contents?: true

Size: 761 Bytes

Versions: 8

Compression:

Stored size: 761 Bytes

Contents

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

##
# Imports
#
require 'test/resource.pb'

module Test
  ##
  # Enum Classes
  #
  class EnumTestType < ::Protobuf::Enum
    define :ONE, 1
    define :TWO, 2
  end
  
  
  ##
  # Message Classes
  #
  class EnumTestMessage < ::Protobuf::Message; end
  
  ##
  # Message Fields
  #
  class EnumTestMessage
    optional ::Test::EnumTestType, :non_default_enum, 1
    optional ::Test::EnumTestType, :default_enum, 2, :default => ::Test::EnumTestType::ONE
    repeated ::Test::EnumTestType, :repeated_enums, 3
  end
  
  ##
  # Extended Messages
  #
  class ::Test::Resource
    optional ::Protobuf::Field::Int32Field, :ext_other_file_defined_field, 200, :extension => true
  end
  
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
protobuf-2.7.9-java spec/support/test/enum.pb.rb
protobuf-2.7.9 spec/support/test/enum.pb.rb
protobuf-2.7.8-java spec/support/test/enum.pb.rb
protobuf-2.7.8 spec/support/test/enum.pb.rb
protobuf-2.7.7-java spec/support/test/enum.pb.rb
protobuf-2.7.7 spec/support/test/enum.pb.rb
protobuf-2.7.6-java spec/support/test/enum.pb.rb
protobuf-2.7.6 spec/support/test/enum.pb.rb