Sha256: 7addafed8b6d474c123bdf734a1f615c7c0d9c76222f0d04d77746435f82bf43
Contents?: true
Size: 748 Bytes
Versions: 16
Compression:
Stored size: 748 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/month.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/month.proto", :syntax => :proto3) do add_enum "google.type.Month" do value :MONTH_UNSPECIFIED, 0 value :JANUARY, 1 value :FEBRUARY, 2 value :MARCH, 3 value :APRIL, 4 value :MAY, 5 value :JUNE, 6 value :JULY, 7 value :AUGUST, 8 value :SEPTEMBER, 9 value :OCTOBER, 10 value :NOVEMBER, 11 value :DECEMBER, 12 end end end module Google module Type Month = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Month").enummodule end end
Version data entries
16 entries across 16 versions & 3 rubygems