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)


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

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

Instance Attribute Details

#dataString (readonly)

Returns the value of attribute data.

Returns:

  • (String)


322
323
324
# File 'sig/types.rbs', line 322

def data
  @data
end

#mimeString (readonly)

Returns the value of attribute mime.

Returns:

  • (String)


321
322
323
# File 'sig/types.rbs', line 321

def mime
  @mime
end