Class: Coradoc::Element::Image::BlockImage
- Defined in:
- lib/coradoc/element/image/block_image.rb
Instance Attribute Summary
Attributes inherited from Core
#attributes, #id, #src, #title
Instance Method Summary collapse
-
#initialize(title, id, src, options = ()) ⇒ BlockImage
constructor
A new instance of BlockImage.
Methods inherited from Core
Constructor Details
#initialize(title, id, src, options = ()) ⇒ BlockImage
Returns a new instance of BlockImage.
5 6 7 8 |
# File 'lib/coradoc/element/image/block_image.rb', line 5 def initialize(title, id, src, = ()) super(title, id, src, ) @colons = "::" end |