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