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.
1718 |
# File 'sig/types.rbs', line 1718
def initialize: (mime_type: String, ?filename: String) -> void
|
Instance Attribute Details
#filename ⇒ String (readonly)
Returns the value of attribute filename.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def filename @filename end |
#mime_type ⇒ String (readonly)
Returns the value of attribute mime_type.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def mime_type @mime_type end |