Method: NexposeSCCM::DataSource::Helpers::PGHelper::Connection#get_data
- Defined in:
- lib/nexpose_sccm/helpers/pg_helper.rb
#get_data(query) ⇒ Object
19 20 21 |
# File 'lib/nexpose_sccm/helpers/pg_helper.rb', line 19 def get_data(query) @conn.exec(query) end |