Class: Browser::Event::DeviceProximity::Definition
Instance Method Summary
collapse
#bubbles=, #cancelable=, new
Instance Method Details
#max=(value) ⇒ Object
17
18
19
|
# File 'lib/diamonds/opal/browser/event/device_proximity.rb', line 17
def max=(value)
`#@native.max = #{value}`
end
|
#min=(value) ⇒ Object
13
14
15
|
# File 'lib/diamonds/opal/browser/event/device_proximity.rb', line 13
def min=(value)
`#@native.min = #{value}`
end
|
#value=(value) ⇒ Object
9
10
11
|
# File 'lib/diamonds/opal/browser/event/device_proximity.rb', line 9
def value=(value)
`#@native.value = #{value}`
end
|