Class: Xberg::ExtractInput
- Inherits:
-
Object
- Object
- Xberg::ExtractInput
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#bytes ⇒ String?
readonly
Returns the value of attribute bytes.
-
#config ⇒ FileExtractionConfig?
readonly
Returns the value of attribute config.
-
#filename ⇒ String?
readonly
Returns the value of attribute filename.
-
#kind ⇒ enum_ExtractInputKind
readonly
Returns the value of attribute kind.
-
#mime_type ⇒ String?
readonly
Returns the value of attribute mime_type.
-
#uri ⇒ String?
readonly
Returns the value of attribute uri.
Instance Method Summary collapse
-
#initialize ⇒ ExtractInput
constructor
A new instance of ExtractInput.
Constructor Details
#initialize ⇒ ExtractInput
Returns a new instance of ExtractInput.
844 |
# File 'sig/types.rbs', line 844
def initialize: (?kind: enum_ExtractInputKind, ?bytes: String, ?uri: String, ?mime_type: String, ?filename: String, ?config: FileExtractionConfig) -> void
|
Instance Attribute Details
#bytes ⇒ String? (readonly)
Returns the value of attribute bytes.
838 839 840 |
# File 'sig/types.rbs', line 838 def bytes @bytes end |
#config ⇒ FileExtractionConfig? (readonly)
Returns the value of attribute config.
842 843 844 |
# File 'sig/types.rbs', line 842 def config @config end |
#filename ⇒ String? (readonly)
Returns the value of attribute filename.
841 842 843 |
# File 'sig/types.rbs', line 841 def filename @filename end |
#kind ⇒ enum_ExtractInputKind (readonly)
Returns the value of attribute kind.
837 838 839 |
# File 'sig/types.rbs', line 837 def kind @kind end |
#mime_type ⇒ String? (readonly)
Returns the value of attribute mime_type.
840 841 842 |
# File 'sig/types.rbs', line 840 def mime_type @mime_type end |
#uri ⇒ String? (readonly)
Returns the value of attribute uri.
839 840 841 |
# File 'sig/types.rbs', line 839 def uri @uri end |