Class: Xberg::DjotImage

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDjotImage



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

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

Instance Attribute Details

#altString (readonly)

Returns the value of attribute alt.



539
540
541
# File 'sig/types.rbs', line 539

def alt
  @alt
end

#attributesAttributes? (readonly)

Returns the value of attribute attributes.



541
542
543
# File 'sig/types.rbs', line 541

def attributes
  @attributes
end

#srcString (readonly)

Returns the value of attribute src.



538
539
540
# File 'sig/types.rbs', line 538

def src
  @src
end

#titleString? (readonly)

Returns the value of attribute title.



540
541
542
# File 'sig/types.rbs', line 540

def title
  @title
end