Class: Xberg::DjotLink
- Inherits:
-
Object
- Object
- Xberg::DjotLink
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#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.
805 |
# File 'sig/types.rbs', line 805
def initialize: (url: String, text: String, ?title: String) -> void
|
Instance Attribute Details
#text ⇒ String (readonly)
Returns the value of attribute text.
802 803 804 |
# File 'sig/types.rbs', line 802 def text @text end |
#title ⇒ String (readonly)
Returns the value of attribute title.
803 804 805 |
# File 'sig/types.rbs', line 803 def title @title end |
#url ⇒ String (readonly)
Returns the value of attribute url.
801 802 803 |
# File 'sig/types.rbs', line 801 def url @url end |