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

Instance Attribute Details

#app_base_pathObject (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_nameObject (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_pathObject (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_pathObject (readonly)

Returns the value of attribute assets_path.



4
5
6
# File 'lib/gokart/base.rb', line 4

def assets_path
  @assets_path
end

#loggerObject

Returns the value of attribute logger.



5
6
7
# File 'lib/gokart/base.rb', line 5

def logger
  @logger
end