Class: Xberg::DjotContent

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDjotContent

Returns a new instance of DjotContent.

Parameters:



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

def initialize: (plain_text: String, blocks: Array[FormattedBlock], metadata: , tables: Array[Table], images: Array[DjotImage], links: Array[DjotLink], footnotes: Array[Footnote], attributes: Array[DjotAttributeGroup]) -> void

Instance Attribute Details

#attributesArray[DjotAttributeGroup] (readonly)

Returns the value of attribute attributes.

Returns:



532
533
534
# File 'sig/types.rbs', line 532

def attributes
  @attributes
end

#blocksArray[FormattedBlock] (readonly)

Returns the value of attribute blocks.

Returns:



526
527
528
# File 'sig/types.rbs', line 526

def blocks
  @blocks
end

#footnotesArray[Footnote] (readonly)

Returns the value of attribute footnotes.

Returns:



531
532
533
# File 'sig/types.rbs', line 531

def footnotes
  @footnotes
end

#imagesArray[DjotImage] (readonly)

Returns the value of attribute images.

Returns:



529
530
531
# File 'sig/types.rbs', line 529

def images
  @images
end

Returns the value of attribute links.

Returns:



530
531
532
# File 'sig/types.rbs', line 530

def links
  @links
end

#metadataMetadata (readonly)

Returns the value of attribute metadata.

Returns:



527
528
529
# File 'sig/types.rbs', line 527

def 
  
end

#plain_textString (readonly)

Returns the value of attribute plain_text.

Returns:

  • (String)


525
526
527
# File 'sig/types.rbs', line 525

def plain_text
  @plain_text
end

#tablesArray[Table] (readonly)

Returns the value of attribute tables.

Returns:



528
529
530
# File 'sig/types.rbs', line 528

def tables
  @tables
end