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:



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

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

Instance Attribute Details

#detailImageDetail? (readonly)

Returns the value of attribute detail.

Returns:



417
418
419
# File 'sig/types.rbs', line 417

def detail
  @detail
end

#urlString (readonly)

Returns the value of attribute url.

Returns:

  • (String)


416
417
418
# File 'sig/types.rbs', line 416

def url
  @url
end