fog/fog-google

View on GitHub
examples/dns/project.rb

Summary

Maintainability
A
0 mins
Test Coverage
def test
  connection = Fog::DNS::Google.new

  puts "Get the Project limits..."
  puts "-------------------------"
  connection.projects.get(Fog::DNS[:google].project)
end