DEBSOURCES
Skip Quicknav
sources / ruby-fog-google / 1.29.3-1 / examples / dns / project.rb
1234567
def test connection = Fog::Google::DNS.new puts "Get the Project limits..." puts "-------------------------" connection.projects.get(Fog::DNS[:google].project) end