Sha256: b021672ce2dad5b7ad1a6fac06799d969c433031ad267625f9db8399cf665eec
Contents?: true
Size: 307 Bytes
Versions: 22
Compression:
Stored size: 307 Bytes
Contents
# # Autogenerated by Thrift Compiler (1.0.0-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
22 entries across 11 versions & 1 rubygems