Sha256: cc86dcd44f50fab10e34d9b02edb6f2c4b830765b623024e94a812d6f42331d1
Contents?: true
Size: 485 Bytes
Versions: 11
Compression:
Stored size: 485 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 Base class Hello include ::Thrift::Struct, ::Thrift::Struct_Union GREETING = 1 FIELDS = { GREETING => {:type => ::Thrift::Types::STRING, :name => 'greeting', :default => %q"hello world"} } def struct_fields; FIELDS; end def validate end ::Thrift::Struct.generate_accessors self end end
Version data entries
11 entries across 11 versions & 1 rubygems