Class: CadenceThrift::BadBinaries

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb

Constant Summary collapse

BINARIES =
10
FIELDS =
{
  BINARIES => {:type => ::Thrift::Types::MAP, :name => 'binaries', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::BadBinaryInfo}, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2856
# File 'lib/gen/thrift/shared_types.rb', line 2856

def struct_fields; FIELDS; end

#validateObject



2858
2859
# File 'lib/gen/thrift/shared_types.rb', line 2858

def validate
end