Class: Xberg::PresentationHyperlink

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePresentationHyperlink

Returns a new instance of PresentationHyperlink.

Parameters:

  • url: (String)
  • label: (String)


2139
# File 'sig/types.rbs', line 2139

def initialize: (?url: String, ?label: String) -> void

Instance Attribute Details

#labelString? (readonly)

Returns the value of attribute label.

Returns:

  • (String, nil)


2137
2138
2139
# File 'sig/types.rbs', line 2137

def label
  @label
end

#urlString (readonly)

Returns the value of attribute url.

Returns:

  • (String)


2136
2137
2138
# File 'sig/types.rbs', line 2136

def url
  @url
end