Class: BizTxnAcctPartyRole

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/biz_txn_acct_party_role.rb

Instance Method Summary collapse

Instance Method Details

#account_root ⇒ Object



12
13
14
# File 'app/models/biz_txn_acct_party_role.rb', line 12

def 
	biz_txn_acct_root
end

#description ⇒ Object



20
21
22
# File 'app/models/biz_txn_acct_party_role.rb', line 20

def description
       "#{party.description}:#{role_type.description}"
end

#role_type ⇒ Object



8
9
10
# File 'app/models/biz_txn_acct_party_role.rb', line 8

def role_type
	biz_txn_acct_pty_rtype
end

#to_label ⇒ Object



16
17
18
# File 'app/models/biz_txn_acct_party_role.rb', line 16

def to_label
       "#{party.description}:#{role_type.description}"
end