Class: HTTPApp::ControllerInfo
- Inherits:
-
Struct
- Object
- Struct
- HTTPApp::ControllerInfo
- Defined in:
- lib/appswarm/http/http_app.rb
Instance Attribute Summary collapse
-
#filePath ⇒ Object
Returns the value of attribute filePath.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#name ⇒ Object
Returns the value of attribute name.
-
#urlPart ⇒ Object
Returns the value of attribute urlPart.
Instance Attribute Details
#filePath ⇒ Object
Returns the value of attribute filePath
13 14 15 |
# File 'lib/appswarm/http/http_app.rb', line 13 def filePath @filePath end |
#klass ⇒ Object
Returns the value of attribute klass
13 14 15 |
# File 'lib/appswarm/http/http_app.rb', line 13 def klass @klass end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/appswarm/http/http_app.rb', line 13 def name @name end |
#urlPart ⇒ Object
Returns the value of attribute urlPart
13 14 15 |
# File 'lib/appswarm/http/http_app.rb', line 13 def urlPart @urlPart end |