Sha256: 691527a47ecaaaac0fd67edf12a538c97d1a3338dee686c51d43a07e1c9208db

Contents?: true

Size: 778 Bytes

Versions: 1

Compression:

Stored size: 778 Bytes

Contents

Yahoo Currency
===============

This gem extends Money::Bank::VariableExchange with Money::Bank::YahooCurrency
and gives you access to the current Yahoo! Finance exchange rates.

Usage
-----

    require 'money'
    require 'money/bank/yahoo_currency'

    # set default bank to instance of YahooCurrency
    Money.default_bank = Money::Bank::YahooCurrency.new

    # create a new money object, and use the standard #exchange_to method
    n = 1.to_money(:USD)
    n.exchange_to(:EUR)

An `UnknownRate` will be thrown if `#exchange_to` is called with a `Currency`
that `Money` knows, but Yahoo! Finance does not.

An `UnknownCurrency` will be thrown if `#exchange_to` is called with a
`Currency` that `Money` does not know.

Copyright
---------

See {file:LICENSE} for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yahoo_finance_currency-0.1.1 README.md