Sha256: 478fb3251c44dd8de8b435547c0c904c34079b883d33944c18cde4c4953f430c
Contents?: true
Size: 307 Bytes
Versions: 4
Compression:
Stored size: 307 Bytes
Contents
# # Autogenerated by Thrift Compiler (2.0.1-upfluence) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # require 'thrift' module OtherNamespace module SomeEnum ONE = 0 TWO = 1 VALUE_MAP = {0 => "ONE", 1 => "TWO"} VALID_VALUES = Set.new([ONE, TWO]).freeze end end
Version data entries
4 entries across 2 versions & 1 rubygems