Class: Xberg::ArchiveEntry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeArchiveEntry

Returns a new instance of ArchiveEntry.

Parameters:



929
# File 'sig/types.rbs', line 929

def initialize: (path: String, mime_type: String, result: ExtractedDocument) -> void

Instance Attribute Details

#mime_typeString (readonly)

Returns the value of attribute mime_type.

Returns:

  • (String)


926
927
928
# File 'sig/types.rbs', line 926

def mime_type
  @mime_type
end

#pathString (readonly)

Returns the value of attribute path.

Returns:

  • (String)


925
926
927
# File 'sig/types.rbs', line 925

def path
  @path
end

#resultExtractedDocument (readonly)

Returns the value of attribute result.

Returns:



927
928
929
# File 'sig/types.rbs', line 927

def result
  @result
end