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)


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

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

Instance Attribute Details

#altString (readonly)

Returns the value of attribute alt.

Returns:

  • (String)


824
825
826
# File 'sig/types.rbs', line 824

def alt
  @alt
end

#srcString (readonly)

Returns the value of attribute src.

Returns:

  • (String)


823
824
825
# File 'sig/types.rbs', line 823

def src
  @src
end

#titleString (readonly)

Returns the value of attribute title.

Returns:

  • (String)


825
826
827
# File 'sig/types.rbs', line 825

def title
  @title
end