Class: LiterLlm::DecodedDataUrl

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDecodedDataUrl

Returns a new instance of DecodedDataUrl.

Parameters:

  • mime: (String)
  • data: (String)


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

def initialize: (?mime: String, ?data: String) -> void

Instance Attribute Details

#dataString?

Returns the value of attribute data.

Returns:

  • (String, nil)


312
313
314
# File 'sig/types.rbs', line 312

def data
  @data
end

#mimeString?

Returns the value of attribute mime.

Returns:

  • (String, nil)


311
312
313
# File 'sig/types.rbs', line 311

def mime
  @mime
end