Class: Xberg::DjotImage

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDjotImage

Returns a new instance of DjotImage.

Parameters:

  • src: (String)
  • alt: (String)
  • title: (String)


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

def initialize: (src: String, alt: String, ?title: String) -> void

Instance Attribute Details

#altString (readonly)

Returns the value of attribute alt.

Returns:

  • (String)


794
795
796
# File 'sig/types.rbs', line 794

def alt
  @alt
end

#srcString (readonly)

Returns the value of attribute src.

Returns:

  • (String)


793
794
795
# File 'sig/types.rbs', line 793

def src
  @src
end

#titleString (readonly)

Returns the value of attribute title.

Returns:

  • (String)


795
796
797
# File 'sig/types.rbs', line 795

def title
  @title
end