Class: Infrastructure

Inherits:
Object
  • Object
show all
Defined in:
lib/infrastructure/infrastructure.rb

Class Method Summary collapse

Class Method Details

.google_cloud_platform(project_name, app_name, credentials = nil) ⇒ Object



3
4
5
# File 'lib/infrastructure/infrastructure.rb', line 3

def self.google_cloud_platform(project_name, app_name, credentials=nil)
    GoogleCloudPlatform(project_name, app_name, credentials)
end