Class: ZAWS::Helper::DataLattice

Inherits:
Object
  • Object
show all
Defined in:
lib/zaws/helper/data_lattice.rb

Instance Method Summary collapse

Constructor Details

#initializeDataLattice

Returns a new instance of DataLattice.



5
6
7
# File 'lib/zaws/helper/data_lattice.rb', line 5

def initialize()
  @lattice = nil
end

Instance Method Details

#load(data) ⇒ Object



9
10
11
12
13
# File 'lib/zaws/helper/data_lattice.rb', line 9

def load(data)
   nessus_agents(data)
   aws_instance(data)
   sumologic_collector(data)
end

#save(filename) ⇒ Object



15
16
17
# File 'lib/zaws/helper/data_lattice.rb', line 15

def save(filename)

end