Class: Rapid::Web::Base

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/rapid/web/base.rb

Direct Known Subclasses

Navigator

Class Attribute Summary collapse

Class Attribute Details

.fileObject

Returns the value of attribute file.



23
24
25
# File 'lib/rapid/web/base.rb', line 23

def file
  @file
end

.gem_pathObject

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_nameObject

Returns the value of attribute rapid_name.



22
23
24
# File 'lib/rapid/web/base.rb', line 22

def rapid_name
  @rapid_name
end