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)


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

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

Instance Attribute Details

#dataString (readonly)

Returns the value of attribute data.

Returns:

  • (String)


274
275
276
# File 'sig/types.rbs', line 274

def data
  @data
end

#mimeString (readonly)

Returns the value of attribute mime.

Returns:

  • (String)


273
274
275
# File 'sig/types.rbs', line 273

def mime
  @mime
end