Method: Cccode.get_currency

Defined in:
lib/cccode.rb

.get_currency(country) ⇒ Object



51
52
53
54
# File 'lib/cccode.rb', line 51

def self.get_currency(country)
  s = Soap.new
  s.currency(country)
end