Class: ANN_Image
- Inherits:
-
Struct
- Object
- Struct
- ANN_Image
- Defined in:
- lib/ann_wrapper/ann_objects.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
47 48 49 |
# File 'lib/ann_wrapper/ann_objects.rb', line 47 def height @height end |
#src ⇒ Object
Returns the value of attribute src
47 48 49 |
# File 'lib/ann_wrapper/ann_objects.rb', line 47 def src @src end |
#width ⇒ Object
Returns the value of attribute width
47 48 49 |
# File 'lib/ann_wrapper/ann_objects.rb', line 47 def width @width end |