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