Class: Browser::Size

Inherits:
Struct show all
Defined in:
opal/browser/utils.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height



4
5
6
# File 'opal/browser/utils.rb', line 4

def height
  @height
end

#widthObject

Returns the value of attribute width



4
5
6
# File 'opal/browser/utils.rb', line 4

def width
  @width
end