Class: Yodlee::Transaction

Inherits:
Struct
  • Object
show all
Defined in:
lib/yodlee.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_idObject

Returns the value of attribute account_id

Returns:

  • (Object)

    the current value of account_id



20
21
22
# File 'lib/yodlee.rb', line 20

def 
  @account_id
end

#account_nameObject

Returns the value of attribute account_name

Returns:

  • (Object)

    the current value of account_name



20
21
22
# File 'lib/yodlee.rb', line 20

def 
  @account_name
end

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



20
21
22
# File 'lib/yodlee.rb', line 20

def amount
  @amount
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



20
21
22
# File 'lib/yodlee.rb', line 20

def currency
  @currency
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



20
21
22
# File 'lib/yodlee.rb', line 20

def date
  @date
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



20
21
22
# File 'lib/yodlee.rb', line 20

def description
  @description
end

#fit_idObject

Returns the value of attribute fit_id

Returns:

  • (Object)

    the current value of fit_id



20
21
22
# File 'lib/yodlee.rb', line 20

def fit_id
  @fit_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



20
21
22
# File 'lib/yodlee.rb', line 20

def status
  @status
end