Class: LiterLlm::ImageUrl

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeImageUrl

Returns a new instance of ImageUrl.

Parameters:



30
# File 'sig/types.rbs', line 30

def initialize: (?url: String, ?detail: ImageDetail) -> void

Instance Attribute Details

#detailImageDetail?

Returns the value of attribute detail.

Returns:



28
29
30
# File 'sig/types.rbs', line 28

def detail
  @detail
end

#urlString?

Returns the value of attribute url.

Returns:

  • (String, nil)


27
28
29
# File 'sig/types.rbs', line 27

def url
  @url
end