Class: Rapid::Web::Base
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Rapid::Web::Base
- Defined in:
- lib/rapid/web/base.rb
Direct Known Subclasses
Class Attribute Summary collapse
-
.file ⇒ Object
Returns the value of attribute file.
-
.gem_path ⇒ Object
Returns the value of attribute gem_path.
-
.rapid_name ⇒ Object
Returns the value of attribute rapid_name.
Class Attribute Details
.file ⇒ Object
Returns the value of attribute file.
23 24 25 |
# File 'lib/rapid/web/base.rb', line 23 def file @file end |
.gem_path ⇒ Object
Returns the value of attribute gem_path.
22 23 24 |
# File 'lib/rapid/web/base.rb', line 22 def gem_path @gem_path end |
.rapid_name ⇒ Object
Returns the value of attribute rapid_name.
22 23 24 |
# File 'lib/rapid/web/base.rb', line 22 def rapid_name @rapid_name end |