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