Class: Xberg::DetectResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDetectResponse



488
# File 'sig/types.rbs', line 488

def initialize: (mime_type: String, ?filename: String) -> void

Instance Attribute Details

#filenameString? (readonly)

Returns the value of attribute filename.



486
487
488
# File 'sig/types.rbs', line 486

def filename
  @filename
end

#mime_typeString (readonly)

Returns the value of attribute mime_type.



485
486
487
# File 'sig/types.rbs', line 485

def mime_type
  @mime_type
end