Class: MD4C::Entity
- Inherits:
-
Object
- Object
- MD4C::Entity
- Includes:
- EqualByContent
- Defined in:
- lib/md4c.rb,
ext/md4c/rb_md4c.c
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Method Summary
Methods included from EqualByContent
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content.
130 131 132 |
# File 'lib/md4c.rb', line 130 def content @content end |