Class: Format
- Inherits:
-
Object
- Object
- Format
- Defined in:
- lib/vmfloaty/format.rb
Class Method Summary collapse
-
.get_hosts(hostname_hash) ⇒ Object
TODO: Takes the json response body from an HTTP GET request and “pretty prints” it.
Class Method Details
.get_hosts(hostname_hash) ⇒ Object
TODO: Takes the json response body from an HTTP GET request and “pretty prints” it
5 6 |
# File 'lib/vmfloaty/format.rb', line 5 def self.get_hosts(hostname_hash) end |