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