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



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

def height
  @height
end

#widthObject

Returns the value of attribute width



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

def width
  @width
end