Class: Trinidad::Extensions::WebAppExtension
- Defined in:
- lib/trinidad/extensions.rb
Instance Attribute Summary collapse
-
#tomcat ⇒ Object
Returns the value of attribute tomcat.
Attributes inherited from Extension
Instance Method Summary collapse
Methods inherited from Extension
Methods included from Helpers
camelize, deprecate, silence!, silence?, warn
Constructor Details
This class inherits a constructor from Trinidad::Extensions::Extension
Instance Attribute Details
#tomcat ⇒ Object
Returns the value of attribute tomcat.
91 92 93 |
# File 'lib/trinidad/extensions.rb', line 91 def tomcat @tomcat end |
Instance Method Details
#configure(context) ⇒ Object
93 94 95 |
# File 'lib/trinidad/extensions.rb', line 93 def configure(context) raise NotImplementedError, "#{self.class.name}#configure(context) not implemented" end |