Method: ElasticBeanStalkServer#initialize

Defined in:
lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb

#initialize(appContext) ⇒ ElasticBeanStalkServer

Returns a new instance of ElasticBeanStalkServer.



32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 32

def initialize(appContext)
    @servername = ""
    @envname = ""
    @bucketname = ""
    @applicationName = ""
    @templateName = ""
    @description = ""
    @dns = ""
    @appName = ""
    @deployTempLoc = ""
    @assettype = ""
    @status = ""
    @starttime = ""
    @provider = ""
    @region = ""
    @cmserver = ""
    @assetname = ""
end