Class: LiterLlm::AudioContent
- Inherits:
-
Object
- Object
- LiterLlm::AudioContent
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data ⇒ String
readonly
Returns the value of attribute data.
-
#format ⇒ String
readonly
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.
32 |
# File 'sig/types.rbs', line 32
def initialize: (?data: String, ?format: String) -> void
|
Instance Attribute Details
#data ⇒ String (readonly)
Returns the value of attribute data.
29 30 31 |
# File 'sig/types.rbs', line 29 def data @data end |
#format ⇒ String (readonly)
Returns the value of attribute format.
30 31 32 |
# File 'sig/types.rbs', line 30 def format @format end |