Sha256: 151428f3e093405a2f61c0379e319e8906707852b95497350b86ab62860eede5
Contents?: true
Size: 690 Bytes
Versions: 1
Compression:
Stored size: 690 Bytes
Contents
# # Autogenerated by Thrift Compiler (2.4.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; end class Hello include ::Thrift::Struct, ::Thrift::Struct_Union NAME = 'Hello'.freeze NAMESPACE = ''.freeze THRIFT_FIELD_INDEX_GREETING = 1 FIELDS = { THRIFT_FIELD_INDEX_GREETING => {type: ::Thrift::Types::STRING, name: 'greeting', default: %q"hello world"} } def struct_fields; FIELDS; end def validate end ::Thrift::Struct.generate_accessors self ::Thrift.register_struct_type self end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
upfluence-thrift-2.4.4 | spec/gen-rb/namespaced_spec_namespace/thrift_namespaced_spec_types.rb |