Class: LiterLlm::ImagesResponse
- Inherits:
-
Object
- Object
- LiterLlm::ImagesResponse
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#created ⇒ Integer?
Returns the value of attribute created.
-
#data ⇒ Array[Image]?
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize ⇒ ImagesResponse
constructor
A new instance of ImagesResponse.
Constructor Details
#initialize ⇒ ImagesResponse
Returns a new instance of ImagesResponse.
296 |
# File 'sig/types.rbs', line 296
def initialize: (?created: Integer, ?data: Array[Image]) -> void
|
Instance Attribute Details
#created ⇒ Integer?
Returns the value of attribute created.
293 294 295 |
# File 'sig/types.rbs', line 293 def created @created end |
#data ⇒ Array[Image]?
Returns the value of attribute data.
294 295 296 |
# File 'sig/types.rbs', line 294 def data @data end |