Class: Xberg::MarkdownLink
- Inherits:
-
Object
- Object
- Xberg::MarkdownLink
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#text ⇒ String
readonly
Returns the value of attribute text.
-
#url ⇒ String
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ MarkdownLink
constructor
A new instance of MarkdownLink.
Constructor Details
#initialize ⇒ MarkdownLink
Returns a new instance of MarkdownLink.
1574 |
# File 'sig/types.rbs', line 1574 def initialize: (?text: String, ?url: String) -> void |
Instance Attribute Details
#text ⇒ String (readonly)
Returns the value of attribute text.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def text @text end |
#url ⇒ String (readonly)
Returns the value of attribute url.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def url @url end |