Method: Delphix::Environment#refresh_details
- Defined in:
- lib/delphix/environment.rb
#refresh_details ⇒ Object
inherited operations
30 31 32 |
# File 'lib/delphix/environment.rb', line 30 def refresh_details @details = Delphix.get("#{base_endpoint}/#{reference}")['result'] end |