Class: Anydoc::Block
- Inherits:
-
Data
- Object
- Data
- Anydoc::Block
- Defined in:
- lib/anydoc.rb
Instance Attribute Summary collapse
-
#anchor ⇒ Object
readonly
Returns the value of attribute anchor.
-
#blocks ⇒ Object
readonly
Returns the value of attribute blocks.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#lang ⇒ Object
readonly
Returns the value of attribute lang.
-
#level ⇒ Object
readonly
Returns the value of attribute level.
-
#list ⇒ Object
readonly
Returns the value of attribute list.
-
#table ⇒ Object
readonly
Returns the value of attribute table.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#anchor ⇒ Object (readonly)
Returns the value of attribute anchor
12 13 14 |
# File 'lib/anydoc.rb', line 12 def anchor @anchor end |
#blocks ⇒ Object (readonly)
Returns the value of attribute blocks
12 13 14 |
# File 'lib/anydoc.rb', line 12 def blocks @blocks end |
#content ⇒ Object (readonly)
Returns the value of attribute content
12 13 14 |
# File 'lib/anydoc.rb', line 12 def content @content end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
12 13 14 |
# File 'lib/anydoc.rb', line 12 def kind @kind end |
#lang ⇒ Object (readonly)
Returns the value of attribute lang
12 13 14 |
# File 'lib/anydoc.rb', line 12 def lang @lang end |
#level ⇒ Object (readonly)
Returns the value of attribute level
12 13 14 |
# File 'lib/anydoc.rb', line 12 def level @level end |
#list ⇒ Object (readonly)
Returns the value of attribute list
12 13 14 |
# File 'lib/anydoc.rb', line 12 def list @list end |
#table ⇒ Object (readonly)
Returns the value of attribute table
12 13 14 |
# File 'lib/anydoc.rb', line 12 def table @table end |
#text ⇒ Object (readonly)
Returns the value of attribute text
12 13 14 |
# File 'lib/anydoc.rb', line 12 def text @text end |