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.
840 |
# File 'sig/types.rbs', line 840
def initialize: (url: String, text: String, ?title: String) -> void
|
Instance Attribute Details
#text ⇒ String (readonly)
Returns the value of attribute text.
837 838 839 |
# File 'sig/types.rbs', line 837 def text @text end |
#title ⇒ String (readonly)
Returns the value of attribute title.
838 839 840 |
# File 'sig/types.rbs', line 838 def title @title end |
#url ⇒ String (readonly)
Returns the value of attribute url.
836 837 838 |
# File 'sig/types.rbs', line 836 def url @url end |