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)


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

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

Instance Attribute Details

#altString (readonly)

Returns the value of attribute alt.

Returns:

  • (String)


829
830
831
# File 'sig/types.rbs', line 829

def alt
  @alt
end

#srcString (readonly)

Returns the value of attribute src.

Returns:

  • (String)


828
829
830
# File 'sig/types.rbs', line 828

def src
  @src
end

#titleString (readonly)

Returns the value of attribute title.

Returns:

  • (String)


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

def title
  @title
end