Class: Atig::Agent::FullList

Inherits:
List
  • Object
show all
Defined in:
lib/atig/agent/full_list.rb

Instance Method Summary collapse

Methods inherited from List

#full_update, #initialize

Methods included from ExceptionUtil

daemon, safe

Constructor Details

This class inherits a constructor from Atig::Agent::List

Instance Method Details

#entry_pointsObject



9
10
11
12
13
# File 'lib/atig/agent/full_list.rb', line 9

def entry_points
  [
    "lists/list",
  ]
end

#intervalObject



15
16
17
# File 'lib/atig/agent/full_list.rb', line 15

def interval
  3600
end