Class: OFX::Transaction

Inherits:
Foundation show all
Defined in:
lib/ofx/transaction.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Foundation

#initialize

Constructor Details

This class inherits a constructor from OFX::Foundation

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



3
4
5
# File 'lib/ofx/transaction.rb', line 3

def amount
  @amount
end

#amount_in_penniesObject

Returns the value of attribute amount_in_pennies.



4
5
6
# File 'lib/ofx/transaction.rb', line 4

def amount_in_pennies
  @amount_in_pennies
end

#check_numberObject

Returns the value of attribute check_number.



5
6
7
# File 'lib/ofx/transaction.rb', line 5

def check_number
  @check_number
end

#fit_idObject

Returns the value of attribute fit_id.



6
7
8
# File 'lib/ofx/transaction.rb', line 6

def fit_id
  @fit_id
end

#memoObject

Returns the value of attribute memo.



7
8
9
# File 'lib/ofx/transaction.rb', line 7

def memo
  @memo
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/ofx/transaction.rb', line 8

def name
  @name
end

#payeeObject

Returns the value of attribute payee.



9
10
11
# File 'lib/ofx/transaction.rb', line 9

def payee
  @payee
end

#posted_atObject

Returns the value of attribute posted_at.



10
11
12
# File 'lib/ofx/transaction.rb', line 10

def posted_at
  @posted_at
end

#ref_numberObject

Returns the value of attribute ref_number.



11
12
13
# File 'lib/ofx/transaction.rb', line 11

def ref_number
  @ref_number
end

#typeObject

Returns the value of attribute type.



12
13
14
# File 'lib/ofx/transaction.rb', line 12

def type
  @type
end