Class: OFX::Transaction

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

Instance Attribute Summary collapse

Instance Attribute Details

#dtpostedObject

Returns the value of attribute dtposted.



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

def dtposted
  @dtposted
end

#fitidObject

Returns the value of attribute fitid.



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

def fitid
  @fitid
end

#memoObject

Returns the value of attribute memo.



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

def memo
  @memo
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#trnamtObject

Returns the value of attribute trnamt.



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

def trnamt
  @trnamt
end

#trntypeObject

Returns the value of attribute trntype.



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

def trntype
  @trntype
end