Module: Gocart
- Defined in:
- lib/gocart.rb,
lib/gocart/base.rb,
lib/gocart/version.rb,
lib/gocart/environment.rb
Defined Under Namespace
Classes: Base, Environment
Constant Summary collapse
- VERSION =
"0.0.2"
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/gocart/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/gocart/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/gocart/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/gocart/base.rb', line 4 def assets_path @assets_path end |
#logger ⇒ Object
Returns the value of attribute logger.
5 6 7 |
# File 'lib/gocart/base.rb', line 5 def logger @logger end |