module Coyodlee

The global Yodlee configuration object

Constants

VERSION

Attributes

cobrand_login[RW]

The login of your cobrand @return [String] The login of your cobrand

cobrand_name[RW]

The cobrand name @return [String] The cobrand name

cobrand_password[RW]

The password of your cobrand @return [String] The password of your cobrand

host[RW]

The name of the Yodlee API host @return [String] The name of the Yodlee API host

Public Class Methods

setup() { |self| ... } click to toggle source

The method to configure Yodlee parameters. Use this to set the global parameters such as {Yodlee.base_url}, {Yodlee.cobrand_login}, and {Yodlee.cobrand_password} @yieldparam config [Yodlee] The Yodlee object

# File lib/coyodlee.rb, line 29
def setup &block
  yield self
end