Class: Xberg::DjotLink

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDjotLink

Returns a new instance of DjotLink.

Parameters:

  • url: (String)
  • text: (String)
  • title: (String)


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

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

Instance Attribute Details

#textString (readonly)

Returns the value of attribute text.

Returns:

  • (String)


832
833
834
# File 'sig/types.rbs', line 832

def text
  @text
end

#titleString (readonly)

Returns the value of attribute title.

Returns:

  • (String)


833
834
835
# File 'sig/types.rbs', line 833

def title
  @title
end

#urlString (readonly)

Returns the value of attribute url.

Returns:

  • (String)


831
832
833
# File 'sig/types.rbs', line 831

def url
  @url
end