Class: ANN_Image

Inherits:
Struct
  • Object
show all
Defined in:
lib/ann_wrapper/ann_objects.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



47
48
49
# File 'lib/ann_wrapper/ann_objects.rb', line 47

def height
  @height
end

#srcObject

Returns the value of attribute src

Returns:

  • (Object)

    the current value of src



47
48
49
# File 'lib/ann_wrapper/ann_objects.rb', line 47

def src
  @src
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



47
48
49
# File 'lib/ann_wrapper/ann_objects.rb', line 47

def width
  @width
end