module MotionBindable

Constants

VERSION

Public Instance Methods

bind(bound) click to toggle source
# File lib/motion_bindable/strategy.rb, line 38
def bind(bound)
  self.bound = bound
  initial_state
  start_listen
  self
end
object_value() click to toggle source
# File lib/motion_bindable/strategy.rb, line 35
def object_value
end
Also aliased as: refresh_object
refresh_object()
Alias for: object_value
unbind() click to toggle source
# File lib/motion_bindable/strategy.rb, line 45
def unbind
end