Class: LiterLlm::DecodedDataUrl
- Inherits:
-
Object
- Object
- LiterLlm::DecodedDataUrl
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data ⇒ String
readonly
Returns the value of attribute data.
-
#mime ⇒ String
readonly
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.
324 |
# File 'sig/types.rbs', line 324
def initialize: (?mime: String, ?data: String) -> void
|
Instance Attribute Details
#data ⇒ String (readonly)
Returns the value of attribute data.
322 323 324 |
# File 'sig/types.rbs', line 322 def data @data end |
#mime ⇒ String (readonly)
Returns the value of attribute mime.
321 322 323 |
# File 'sig/types.rbs', line 321 def mime @mime end |