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)


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

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

Instance Attribute Details

#textString (readonly)

Returns the value of attribute text.

Returns:

  • (String)


837
838
839
# File 'sig/types.rbs', line 837

def text
  @text
end

#titleString (readonly)

Returns the value of attribute title.

Returns:

  • (String)


838
839
840
# File 'sig/types.rbs', line 838

def title
  @title
end

#urlString (readonly)

Returns the value of attribute url.

Returns:

  • (String)


836
837
838
# File 'sig/types.rbs', line 836

def url
  @url
end