Class: BizTxnAcctPartyRole
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- BizTxnAcctPartyRole
- 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 account_root 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 |