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)


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

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

Instance Attribute Details

#textString (readonly)

Returns the value of attribute text.

Returns:

  • (String)


802
803
804
# File 'sig/types.rbs', line 802

def text
  @text
end

#titleString (readonly)

Returns the value of attribute title.

Returns:

  • (String)


803
804
805
# File 'sig/types.rbs', line 803

def title
  @title
end

#urlString (readonly)

Returns the value of attribute url.

Returns:

  • (String)


801
802
803
# File 'sig/types.rbs', line 801

def url
  @url
end