Class: App42::AppTab::TransactionLev
- Inherits:
-
Object
- Object
- App42::AppTab::TransactionLev
- Defined in:
- lib/appTab/Bill.rb
Instance Attribute Summary collapse
-
#serviceName ⇒ Object
Returns the value of attribute serviceName.
-
#transactionId ⇒ Object
Returns the value of attribute transactionId.
-
#usageDate ⇒ Object
Returns the value of attribute usageDate.
Instance Method Summary collapse
-
#initialize(lev) ⇒ TransactionLev
constructor
This is a constructor that takes no parameter.
Constructor Details
#initialize(lev) ⇒ TransactionLev
This is a constructor that takes no parameter
98 99 100 |
# File 'lib/appTab/Bill.rb', line 98 def initialize(lev) lev.transactionList.push(self) end |
Instance Attribute Details
#serviceName ⇒ Object
Returns the value of attribute serviceName.
90 91 92 |
# File 'lib/appTab/Bill.rb', line 90 def serviceName @serviceName end |
#transactionId ⇒ Object
Returns the value of attribute transactionId.
90 91 92 |
# File 'lib/appTab/Bill.rb', line 90 def transactionId @transactionId end |
#usageDate ⇒ Object
Returns the value of attribute usageDate.
90 91 92 |
# File 'lib/appTab/Bill.rb', line 90 def usageDate @usageDate end |