module MotionHybrid::Syncable::ClassMethods

Public Instance Methods

sync_sessions(&block) click to toggle source
# File lib/motion-hybrid/concerns/syncable.rb, line 6
def sync_sessions(&block)
  BW::HTTP.get(root_url) do
    block.call
  end
end