Class: LiterLlm::AudioContent

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeAudioContent

Returns a new instance of AudioContent.

Parameters:

  • data: (String)
  • format: (String)


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

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

Instance Attribute Details

#dataString?

Returns the value of attribute data.

Returns:

  • (String, nil)


41
42
43
# File 'sig/types.rbs', line 41

def data
  @data
end

#formatString?

Returns the value of attribute format.

Returns:

  • (String, nil)


42
43
44
# File 'sig/types.rbs', line 42

def format
  @format
end