Sha256: b3c667ee2f40ce72f3aef9fd55cc89ff9f125185a0e36fa51a43ada73c0d9026

Contents?: true

Size: 605 Bytes

Versions: 80

Compression:

Stored size: 605 Bytes

Contents

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

module Test
  ##
  # Enum Classes
  #
  class EnumTestType < ::Protobuf::Enum; end
  
  ##
  # Message Classes
  #
  class EnumTestMessage < ::Protobuf::Message; end
  
  ##
  # Enum Values
  #
  class EnumTestType
    define :ONE, 1
    define :TWO, 2
  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
  
end

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
protobuf-2.7.5-java spec/support/test/enum.pb.rb
protobuf-2.7.5 spec/support/test/enum.pb.rb
protobuf-2.7.4-java spec/support/test/enum.pb.rb
protobuf-2.7.4 spec/support/test/enum.pb.rb
protobuf-2.7.3-java spec/support/test/enum.pb.rb
protobuf-2.7.3 spec/support/test/enum.pb.rb
protobuf-2.7.2-java spec/support/test/enum.pb.rb
protobuf-2.7.2 spec/support/test/enum.pb.rb
protobuf-2.7.1-java spec/support/test/enum.pb.rb
protobuf-2.7.1 spec/support/test/enum.pb.rb
protobuf-2.7.0-java spec/support/test/enum.pb.rb
protobuf-2.7.0 spec/support/test/enum.pb.rb
protobuf-2.7.0.rc1-java spec/support/test/enum.pb.rb
protobuf-2.7.0.rc1 spec/support/test/enum.pb.rb
protobuf-2.6.6-java spec/support/test/enum.pb.rb
protobuf-2.6.6 spec/support/test/enum.pb.rb
protobuf-2.6.5-java spec/support/test/enum.pb.rb
protobuf-2.6.5 spec/support/test/enum.pb.rb
protobuf-2.6.4-java spec/support/test/enum.pb.rb
protobuf-2.6.4 spec/support/test/enum.pb.rb