Sha256: dfe0c6392cda1629d36ad665a7cbdc863ccee74992e84fdd05034081c56e19bd
Contents?: true
Size: 548 Bytes
Versions: 11
Compression:
Stored size: 548 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 'other_namespace/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