Class: LiterLlm::ImageUrl
- Inherits:
-
Object
- Object
- LiterLlm::ImageUrl
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#detail ⇒ ImageDetail?
readonly
Returns the value of attribute detail.
-
#url ⇒ String
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ ImageUrl
constructor
A new instance of ImageUrl.
Constructor Details
#initialize ⇒ ImageUrl
Returns a new instance of ImageUrl.
419 |
# File 'sig/types.rbs', line 419
def initialize: (?url: String, ?detail: ImageDetail) -> void
|
Instance Attribute Details
#detail ⇒ ImageDetail? (readonly)
Returns the value of attribute detail.
417 418 419 |
# File 'sig/types.rbs', line 417 def detail @detail end |
#url ⇒ String (readonly)
Returns the value of attribute url.
416 417 418 |
# File 'sig/types.rbs', line 416 def url @url end |