Class: Appium::Core::ImageElement::Dimension

Inherits:
Struct
  • Object
show all
Defined in:
lib/appium_lib_core/element/image.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



9
10
11
# File 'lib/appium_lib_core/element/image.rb', line 9

def height
  @height
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



9
10
11
# File 'lib/appium_lib_core/element/image.rb', line 9

def width
  @width
end