Class: UCMT::Discovery::LocalUsers
- Inherits:
-
Object
- Object
- UCMT::Discovery::LocalUsers
- Defined in:
- lib/ucmt/discovery/local_users.rb
Instance Method Summary collapse
-
#initialize ⇒ LocalUsers
constructor
TODO: remote machine.
- #read_data ⇒ Object
Constructor Details
#initialize ⇒ LocalUsers
TODO: remote machine
8 9 |
# File 'lib/ucmt/discovery/local_users.rb', line 8 def initialize end |
Instance Method Details
#read_data ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/ucmt/discovery/local_users.rb', line 11 def read_data { "local_users" => { "add" => read } } end |