Class: Rpub::Document::OutlineElement

Inherits:
Struct
  • Object
show all
Defined in:
lib/rpub/document.rb

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) html_id

Returns the value of attribute html_id

Returns:

  • (Object)

    the current value of html_id



7
8
9
# File 'lib/rpub/document.rb', line 7

def html_id
  @html_id
end

- (Object) level

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



7
8
9
# File 'lib/rpub/document.rb', line 7

def level
  @level
end

- (Object) text

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



7
8
9
# File 'lib/rpub/document.rb', line 7

def text
  @text
end