class Google::Cloud::Env::ComputeMetadata::Overrides
def lookup path, query: nil
-
(nil)
- if there is no data for the given query -
(String)
- The response
Parameters:
-
query
(Hash{String => String}
) -- Any additional query -
path
(String
) -- The key path (e.g. `project/project-id`)
def lookup path, query: nil @data[[path, query || {}]] end