Class: ANN_Image

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

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



43
44
45
# File 'lib/ann_wrapper/ann.rb', line 43

def height
  @height
end

#srcObject

Returns the value of attribute src

Returns:

  • (Object)

    the current value of src



43
44
45
# File 'lib/ann_wrapper/ann.rb', line 43

def src
  @src
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



43
44
45
# File 'lib/ann_wrapper/ann.rb', line 43

def width
  @width
end