Class: LiterLlm::ImageUrl
- Inherits:
-
Object
- Object
- LiterLlm::ImageUrl
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#detail ⇒ ImageDetail?
Returns the value of attribute detail.
-
#url ⇒ String?
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.
30 |
# File 'sig/types.rbs', line 30
def initialize: (?url: String, ?detail: ImageDetail) -> void
|
Instance Attribute Details
#detail ⇒ ImageDetail?
Returns the value of attribute detail.
28 29 30 |
# File 'sig/types.rbs', line 28 def detail @detail end |
#url ⇒ String?
Returns the value of attribute url.
27 28 29 |
# File 'sig/types.rbs', line 27 def url @url end |