Class: Xberg::DjotLink
- Inherits:
-
Object
- Object
- Xberg::DjotLink
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#attributes ⇒ Attributes?
readonly
Returns the value of attribute attributes.
-
#text ⇒ String
readonly
Returns the value of attribute text.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
-
#url ⇒ String
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ DjotLink
constructor
A new instance of DjotLink.
Constructor Details
#initialize ⇒ DjotLink
Returns a new instance of DjotLink.
552 |
# File 'sig/types.rbs', line 552
def initialize: (url: String, text: String, ?title: String, ?attributes: Attributes) -> void
|
Instance Attribute Details
#attributes ⇒ Attributes? (readonly)
Returns the value of attribute attributes.
550 551 552 |
# File 'sig/types.rbs', line 550 def attributes @attributes end |
#text ⇒ String (readonly)
Returns the value of attribute text.
548 549 550 |
# File 'sig/types.rbs', line 548 def text @text end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
549 550 551 |
# File 'sig/types.rbs', line 549 def title @title end |
#url ⇒ String (readonly)
Returns the value of attribute url.
547 548 549 |
# File 'sig/types.rbs', line 547 def url @url end |