Class: Anydoc::Note
- Inherits:
-
Data
- Object
- Data
- Anydoc::Note
- Defined in:
- lib/anydoc.rb
Instance Attribute Summary collapse
-
#blocks ⇒ Object
readonly
Returns the value of attribute blocks.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
Instance Attribute Details
#blocks ⇒ Object (readonly)
Returns the value of attribute blocks
22 23 24 |
# File 'lib/anydoc.rb', line 22 def blocks @blocks end |
#id ⇒ Object (readonly)
Returns the value of attribute id
22 23 24 |
# File 'lib/anydoc.rb', line 22 def id @id end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
22 23 24 |
# File 'lib/anydoc.rb', line 22 def kind @kind end |