Class: ElasticBeanStalkServer

Inherits:
Server
  • Object
show all
Defined in:
ElasticBeanStalkServer.rb

Instance Attribute Summary (collapse)

Attributes inherited from Server

#CI, #assetName, #assetType, #build, #buildLocation, #deploymentStatus, #domainName, #emailID, #imageID, #instanceId, #instanceSize, #launcheduser, #loginUser, #password, #privateKeyLoc, #publicKeyLoc, #serverName, #serverType, #sshport, #startTime, #tier

Instance Method Summary (collapse)

Constructor Details

- (ElasticBeanStalkServer) initialize(appContext)

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 'ElasticBeanStalkServer.rb', line 32

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

Instance Attribute Details

- (Object) applicationName

Returns the value of attribute applicationName



17
18
19
# File 'ElasticBeanStalkServer.rb', line 17

def applicationName
  @applicationName
end

- (Object) appName

Returns the value of attribute appName



21
22
23
# File 'ElasticBeanStalkServer.rb', line 21

def appName
  @appName
end

- (Object) assetname

Returns the value of attribute assetname



30
31
32
# File 'ElasticBeanStalkServer.rb', line 30

def assetname
  @assetname
end

- (Object) assettype

Returns the value of attribute assettype



23
24
25
# File 'ElasticBeanStalkServer.rb', line 23

def assettype
  @assettype
end

- (Object) bucketname

Returns the value of attribute bucketname



16
17
18
# File 'ElasticBeanStalkServer.rb', line 16

def bucketname
  @bucketname
end

- (Object) cmserver

Returns the value of attribute cmserver



29
30
31
# File 'ElasticBeanStalkServer.rb', line 29

def cmserver
  @cmserver
end

- (Object) deployTempLoc

Returns the value of attribute deployTempLoc



22
23
24
# File 'ElasticBeanStalkServer.rb', line 22

def deployTempLoc
  @deployTempLoc
end

- (Object) description

Returns the value of attribute description



19
20
21
# File 'ElasticBeanStalkServer.rb', line 19

def description
  @description
end

- (Object) dns

Returns the value of attribute dns



20
21
22
# File 'ElasticBeanStalkServer.rb', line 20

def dns
  @dns
end

- (Object) envname

Returns the value of attribute envname



15
16
17
# File 'ElasticBeanStalkServer.rb', line 15

def envname
  @envname
end

- (Object) provider

Returns the value of attribute provider



26
27
28
# File 'ElasticBeanStalkServer.rb', line 26

def provider
  @provider
end

- (Object) region

Returns the value of attribute region



28
29
30
# File 'ElasticBeanStalkServer.rb', line 28

def region
  @region
end

- (Object) servername

Returns the value of attribute servername



14
15
16
# File 'ElasticBeanStalkServer.rb', line 14

def servername
  @servername
end

- (Object) starttime

Returns the value of attribute starttime



25
26
27
# File 'ElasticBeanStalkServer.rb', line 25

def starttime
  @starttime
end

- (Object) status

Returns the value of attribute status



24
25
26
# File 'ElasticBeanStalkServer.rb', line 24

def status
  @status
end

- (Object) templateName

Returns the value of attribute templateName



18
19
20
# File 'ElasticBeanStalkServer.rb', line 18

def templateName
  @templateName
end