Class: Prawn::SVG::Elements::Image::ImageData
- Inherits:
-
Struct
- Object
- Struct
- Prawn::SVG::Elements::Image::ImageData
- Defined in:
- lib/prawn/svg/elements/image.rb
Instance Attribute Summary collapse
-
#dimensions ⇒ Object
Returns the value of attribute dimensions.
-
#document ⇒ Object
Returns the value of attribute document.
Instance Attribute Details
#dimensions ⇒ Object
Returns the value of attribute dimensions
14 15 16 |
# File 'lib/prawn/svg/elements/image.rb', line 14 def dimensions @dimensions end |
#document ⇒ Object
Returns the value of attribute document
14 15 16 |
# File 'lib/prawn/svg/elements/image.rb', line 14 def document @document end |