Class: App42::AppTab::TransactionTim
- Inherits:
-
Object
- Object
- App42::AppTab::TransactionTim
- 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(tim) ⇒ TransactionTim
constructor
This is a constructor that takes no parameter.
Constructor Details
#initialize(tim) ⇒ TransactionTim
This is a constructor that takes no parameter
175 176 177 |
# File 'lib/appTab/Bill.rb', line 175 def initialize(tim) tim.transactionList.push(self) end |
Instance Attribute Details
#serviceName ⇒ Object
Returns the value of attribute serviceName.
166 167 168 |
# File 'lib/appTab/Bill.rb', line 166 def serviceName @serviceName end |
#transactionId ⇒ Object
Returns the value of attribute transactionId.
166 167 168 |
# File 'lib/appTab/Bill.rb', line 166 def transactionId @transactionId end |
#usage ⇒ Object
Returns the value of attribute usage.
166 167 168 |
# File 'lib/appTab/Bill.rb', line 166 def usage @usage end |
#usageDate ⇒ Object
Returns the value of attribute usageDate.
166 167 168 |
# File 'lib/appTab/Bill.rb', line 166 def usageDate @usageDate end |