Module: CapGCE::Utils::Server
- Defined in:
- lib/cap-gce/utils.rb
Instance Method Summary collapse
Instance Method Details
#gce_tags ⇒ Object
4 5 6 7 |
# File 'lib/cap-gce/utils.rb', line 4 def id = properties.fetch(:gce_instance_id) gce_handler.get_server(id). end |