Class: HTTPApp::Instance

Inherits:
Struct
  • Object
show all
Defined in:
lib/appswarm/http/http_app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#appNameObject

Returns the value of attribute appName

Returns:

  • (Object)

    the current value of appName



15
16
17
# File 'lib/appswarm/http/http_app.rb', line 15

def appName
  @appName
end

#instanceIdObject

Returns the value of attribute instanceId

Returns:

  • (Object)

    the current value of instanceId



15
16
17
# File 'lib/appswarm/http/http_app.rb', line 15

def instanceId
  @instanceId
end

#instanceNameObject

Returns the value of attribute instanceName

Returns:

  • (Object)

    the current value of instanceName



15
16
17
# File 'lib/appswarm/http/http_app.rb', line 15

def instanceName
  @instanceName
end

#instanceTypeObject

Returns the value of attribute instanceType

Returns:

  • (Object)

    the current value of instanceType



15
16
17
# File 'lib/appswarm/http/http_app.rb', line 15

def instanceType
  @instanceType
end