Class: Cmc::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/cmc/base.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.app_infoObject

Returns the value of attribute app_info.



8
9
10
# File 'lib/cmc/base.rb', line 8

def app_info
  @app_info
end

.path_prefixObject

Returns the value of attribute path_prefix.



8
9
10
# File 'lib/cmc/base.rb', line 8

def path_prefix
  @path_prefix
end

Class Method Details

.initializeObject



10
# File 'lib/cmc/base.rb', line 10

def initialize; end