Sha256: 53210c8de52e1a11f270e9be8f6dc79cc94e80832407b9356572af55aa221249
Contents?: true
Size: 532 Bytes
Versions: 11
Compression:
Stored size: 532 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' require 'referenced_types' module NamespacedSpecNamespace 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