Class: HTTPApp::ControllerInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#filePathObject

Returns the value of attribute filePath

Returns:

  • (Object)

    the current value of filePath



13
14
15
# File 'lib/appswarm/http/http_app.rb', line 13

def filePath
  @filePath
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



13
14
15
# File 'lib/appswarm/http/http_app.rb', line 13

def klass
  @klass
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/appswarm/http/http_app.rb', line 13

def name
  @name
end

#urlPartObject

Returns the value of attribute urlPart

Returns:

  • (Object)

    the current value of urlPart



13
14
15
# File 'lib/appswarm/http/http_app.rb', line 13

def urlPart
  @urlPart
end