Class: GetDocumentMetadataResponse

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

Constant Summary collapse

METADATA =
1
FIELDS =
{
   => {:type => ::Thrift::Types::STRUCT, :name => 'metadata', :class => ::ProcessedDocumentMetadataDTO}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject

Raises:



189
190
191
# File 'lib/gen-rb/relevanced_protocol_types.rb', line 189

def validate
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field metadata is unset!') unless 
end