Class: MD4C::Image
- Inherits:
-
Object
- Object
- MD4C::Image
- Defined in:
- lib/md4c.rb,
sig/md4c.rbs,
ext/md4c/rb_md4c.c
Instance Attribute Summary collapse
-
#src ⇒ Array[text_node]
readonly
Returns the value of attribute src.
-
#title ⇒ Array[text_node]
readonly
Returns the value of attribute title.
Instance Attribute Details
#src ⇒ Array[text_node] (readonly)
Returns the value of attribute src.
94 95 96 |
# File 'lib/md4c.rb', line 94 def src @src end |
#title ⇒ Array[text_node] (readonly)
Returns the value of attribute title.
94 95 96 |
# File 'lib/md4c.rb', line 94 def title @title end |