Class: EDocumentNotInCentroid

Inherits:
Thrift::Exception
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen-rb/relevanced_protocol_types.rb

Constant Summary collapse

DOCUMENTID =
1
CENTROIDID =
2
MESSAGE =
3
FIELDS =
{
  DOCUMENTID => {:type => ::Thrift::Types::STRING, :name => 'documentId'},
  CENTROIDID => {:type => ::Thrift::Types::STRING, :name => 'centroidId'},
  MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



791
# File 'lib/gen-rb/relevanced_protocol_types.rb', line 791

def struct_fields; FIELDS; end

#validateObject



793
794
# File 'lib/gen-rb/relevanced_protocol_types.rb', line 793

def validate
end