Sha256: 9167db21ad6bd91c15c21f85d98971c6f33110f6e5289fbe174ebff6ad05583b
Contents?: true
Size: 516 Bytes
Versions: 3
Compression:
Stored size: 516 Bytes
Contents
# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # class TestResult include ::Thrift::Struct, ::Thrift::Struct_Union KEY = 1 VALUE = 2 COUNT = 3 FIELDS = { KEY => {:type => ::Thrift::Types::I32, :name => 'key'}, VALUE => {:type => ::Thrift::Types::STRING, :name => 'value'}, COUNT => {:type => ::Thrift::Types::I32, :name => 'count'} } def struct_fields; FIELDS; end def validate end ::Thrift::Struct.generate_accessors self end
Version data entries
3 entries across 3 versions & 1 rubygems