Class: Xberg::DetectResponse
- Inherits:
-
Object
- Object
- Xberg::DetectResponse
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#filename ⇒ String
readonly
Returns the value of attribute filename.
-
#mime_type ⇒ String
readonly
Returns the value of attribute mime_type.
Instance Method Summary collapse
-
#initialize ⇒ DetectResponse
constructor
A new instance of DetectResponse.
Constructor Details
#initialize ⇒ DetectResponse
Returns a new instance of DetectResponse.
1846 |
# File 'sig/types.rbs', line 1846
def initialize: (mime_type: String, ?filename: String) -> void
|
Instance Attribute Details
#filename ⇒ String (readonly)
Returns the value of attribute filename.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def filename @filename end |
#mime_type ⇒ String (readonly)
Returns the value of attribute mime_type.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def mime_type @mime_type end |