Class: Anydoc::Block

Inherits:
Data
  • Object
show all
Defined in:
lib/anydoc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#anchorObject (readonly)

Returns the value of attribute anchor

Returns:

  • (Object)

    the current value of anchor



12
13
14
# File 'lib/anydoc.rb', line 12

def anchor
  @anchor
end

#blocksObject (readonly)

Returns the value of attribute blocks

Returns:

  • (Object)

    the current value of blocks



12
13
14
# File 'lib/anydoc.rb', line 12

def blocks
  @blocks
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



12
13
14
# File 'lib/anydoc.rb', line 12

def content
  @content
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



12
13
14
# File 'lib/anydoc.rb', line 12

def kind
  @kind
end

#langObject (readonly)

Returns the value of attribute lang

Returns:

  • (Object)

    the current value of lang



12
13
14
# File 'lib/anydoc.rb', line 12

def lang
  @lang
end

#levelObject (readonly)

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



12
13
14
# File 'lib/anydoc.rb', line 12

def level
  @level
end

#listObject (readonly)

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



12
13
14
# File 'lib/anydoc.rb', line 12

def list
  @list
end

#tableObject (readonly)

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



12
13
14
# File 'lib/anydoc.rb', line 12

def table
  @table
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



12
13
14
# File 'lib/anydoc.rb', line 12

def text
  @text
end