Class: ANN_Image
- Inherits:
-
Struct
- Object
- Struct
- ANN_Image
- Defined in:
- lib/ann_wrapper/ann.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#src ⇒ Object
Returns the value of attribute src.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
43 44 45 |
# File 'lib/ann_wrapper/ann.rb', line 43 def height @height end |
#src ⇒ Object
Returns the value of attribute src
43 44 45 |
# File 'lib/ann_wrapper/ann.rb', line 43 def src @src end |
#width ⇒ Object
Returns the value of attribute width
43 44 45 |
# File 'lib/ann_wrapper/ann.rb', line 43 def width @width end |