Class: Xberg::ArchiveEntry
- Inherits:
-
Object
- Object
- Xberg::ArchiveEntry
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#mime_type ⇒ String
readonly
Returns the value of attribute mime_type.
-
#path ⇒ String
readonly
Returns the value of attribute path.
-
#result ⇒ ExtractedDocument
readonly
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize ⇒ ArchiveEntry
constructor
A new instance of ArchiveEntry.
Constructor Details
#initialize ⇒ ArchiveEntry
Returns a new instance of ArchiveEntry.
929 |
# File 'sig/types.rbs', line 929
def initialize: (path: String, mime_type: String, result: ExtractedDocument) -> void
|
Instance Attribute Details
#mime_type ⇒ String (readonly)
Returns the value of attribute mime_type.
926 927 928 |
# File 'sig/types.rbs', line 926 def mime_type @mime_type end |
#path ⇒ String (readonly)
Returns the value of attribute path.
925 926 927 |
# File 'sig/types.rbs', line 925 def path @path end |
#result ⇒ ExtractedDocument (readonly)
Returns the value of attribute result.
927 928 929 |
# File 'sig/types.rbs', line 927 def result @result end |