Class: App42::AppTab::TransactionBand
- Inherits:
-
Object
- Object
- App42::AppTab::TransactionBand
- 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.
-
#usage ⇒ Object
Returns the value of attribute usage.
-
#usageDate ⇒ Object
Returns the value of attribute usageDate.
Instance Method Summary collapse
-
#initialize(band) ⇒ TransactionBand
constructor
This is a constructor that takes no parameter.
Constructor Details
#initialize(band) ⇒ TransactionBand
This is a constructor that takes no parameter
148 149 150 |
# File 'lib/appTab/Bill.rb', line 148 def initialize(band) band.transactionList.push(self) end |
Instance Attribute Details
#serviceName ⇒ Object
Returns the value of attribute serviceName.
139 140 141 |
# File 'lib/appTab/Bill.rb', line 139 def serviceName @serviceName end |
#transactionId ⇒ Object
Returns the value of attribute transactionId.
139 140 141 |
# File 'lib/appTab/Bill.rb', line 139 def transactionId @transactionId end |
#usage ⇒ Object
Returns the value of attribute usage.
139 140 141 |
# File 'lib/appTab/Bill.rb', line 139 def usage @usage end |
#usageDate ⇒ Object
Returns the value of attribute usageDate.
139 140 141 |
# File 'lib/appTab/Bill.rb', line 139 def usageDate @usageDate end |