Module: Gokart
- Defined in:
- lib/gokart.rb,
lib/gokart/base.rb,
lib/gokart/version.rb,
lib/gokart/environment.rb
Defined Under Namespace
Classes: Base, Environment
Constant Summary collapse
- VERSION =
"0.1.0"
Instance Attribute Summary collapse
-
#app_base_path ⇒ Object
readonly
Returns the value of attribute app_base_path.
-
#app_name ⇒ Object
readonly
Returns the value of attribute app_name.
-
#app_parent_path ⇒ Object
readonly
Returns the value of attribute app_parent_path.
-
#assets_path ⇒ Object
readonly
Returns the value of attribute assets_path.
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Attribute Details
#app_base_path ⇒ Object (readonly)
Returns the value of attribute app_base_path.
4 5 6 |
# File 'lib/gokart/base.rb', line 4 def app_base_path @app_base_path end |
#app_name ⇒ Object (readonly)
Returns the value of attribute app_name.
4 5 6 |
# File 'lib/gokart/base.rb', line 4 def app_name @app_name end |
#app_parent_path ⇒ Object (readonly)
Returns the value of attribute app_parent_path.
4 5 6 |
# File 'lib/gokart/base.rb', line 4 def app_parent_path @app_parent_path end |
#assets_path ⇒ Object (readonly)
Returns the value of attribute assets_path.
4 5 6 |
# File 'lib/gokart/base.rb', line 4 def assets_path @assets_path end |
#logger ⇒ Object
Returns the value of attribute logger.
5 6 7 |
# File 'lib/gokart/base.rb', line 5 def logger @logger end |