Class: HTTPApp::Instance
- Inherits:
-
Struct
- Object
- Struct
- HTTPApp::Instance
- Defined in:
- lib/appswarm/http/http_app.rb
Instance Attribute Summary collapse
-
#appName ⇒ Object
Returns the value of attribute appName.
-
#instanceId ⇒ Object
Returns the value of attribute instanceId.
-
#instanceName ⇒ Object
Returns the value of attribute instanceName.
-
#instanceType ⇒ Object
Returns the value of attribute instanceType.
Instance Attribute Details
#appName ⇒ Object
Returns the value of attribute appName
15 16 17 |
# File 'lib/appswarm/http/http_app.rb', line 15 def appName @appName end |
#instanceId ⇒ Object
Returns the value of attribute instanceId
15 16 17 |
# File 'lib/appswarm/http/http_app.rb', line 15 def instanceId @instanceId end |
#instanceName ⇒ Object
Returns the value of attribute instanceName
15 16 17 |
# File 'lib/appswarm/http/http_app.rb', line 15 def instanceName @instanceName end |
#instanceType ⇒ Object
Returns the value of attribute instanceType
15 16 17 |
# File 'lib/appswarm/http/http_app.rb', line 15 def instanceType @instanceType end |