Sha256: 24987321321a686919dea0c2a8b0ac44a8620687d11f2d3a6f483fdd84afb1bb

Contents?: true

Size: 340 Bytes

Versions: 31

Compression:

Stored size: 340 Bytes

Contents

Server.api :set_refresh_time do |params,user|
  source = Source.load(params[:source_name],
    {:app_id => APP_NAME, :user_id => params[:user_name]})
  source.poll_interval = params[:poll_interval] if params[:poll_interval]
  params[:refresh_time] ||= 0
  source.read_state.refresh_time = Time.now.to_i + params[:refresh_time].to_i
  ''
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
rhosync-2.1.2 lib/rhosync/api/set_refresh_time.rb
rhosync-2.1.1 lib/rhosync/api/set_refresh_time.rb
rhosync-2.1.0 lib/rhosync/api/set_refresh_time.rb
rhosync-2.1.0.beta.2 lib/rhosync/api/set_refresh_time.rb
rhosync-2.1.0.beta.1 lib/rhosync/api/set_refresh_time.rb
rhosync-2.0.9 lib/rhosync/api/set_refresh_time.rb
rhosync-2.0.8 lib/rhosync/api/set_refresh_time.rb
rhosync-2.0.7 lib/rhosync/api/set_refresh_time.rb
rhosync-2.0.6 lib/rhosync/api/set_refresh_time.rb
rhosync-2.0.5 lib/rhosync/api/set_refresh_time.rb
rhosync-2.0.4 lib/rhosync/api/set_refresh_time.rb