Class: LiterLlm::AudioContent
- Inherits:
-
Object
- Object
- LiterLlm::AudioContent
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data ⇒ String?
Returns the value of attribute data.
-
#format ⇒ String?
Returns the value of attribute format.
Instance Method Summary collapse
-
#initialize ⇒ AudioContent
constructor
A new instance of AudioContent.
Constructor Details
#initialize ⇒ AudioContent
Returns a new instance of AudioContent.
44 |
# File 'sig/types.rbs', line 44
def initialize: (?data: String, ?format: String) -> void
|
Instance Attribute Details
#data ⇒ String?
Returns the value of attribute data.
41 42 43 |
# File 'sig/types.rbs', line 41 def data @data end |
#format ⇒ String?
Returns the value of attribute format.
42 43 44 |
# File 'sig/types.rbs', line 42 def format @format end |