Class: Money::Base

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

Class Attribute Summary collapse

Class Attribute Details

.app_infoObject

Returns the value of attribute app_info.



6
7
8
# File 'lib/money/base.rb', line 6

def app_info
  @app_info
end

.path_prefixObject

Returns the value of attribute path_prefix.



6
7
8
# File 'lib/money/base.rb', line 6

def path_prefix
  @path_prefix
end