Class: App42::AppTab::TransactionStor
- Inherits:
-
Object
- Object
- App42::AppTab::TransactionStor
- 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(stor) ⇒ TransactionStor
constructor
This is a constructor that takes no parameter.
Constructor Details
#initialize(stor) ⇒ TransactionStor
This is a constructor that takes no parameter
75 76 77 |
# File 'lib/appTab/Bill.rb', line 75 def initialize(stor) stor.transactionList.push(self) end |
Instance Attribute Details
#serviceName ⇒ Object
Returns the value of attribute serviceName.
66 67 68 |
# File 'lib/appTab/Bill.rb', line 66 def serviceName @serviceName end |
#transactionId ⇒ Object
Returns the value of attribute transactionId.
66 67 68 |
# File 'lib/appTab/Bill.rb', line 66 def transactionId @transactionId end |
#usage ⇒ Object
Returns the value of attribute usage.
66 67 68 |
# File 'lib/appTab/Bill.rb', line 66 def usage @usage end |
#usageDate ⇒ Object
Returns the value of attribute usageDate.
66 67 68 |
# File 'lib/appTab/Bill.rb', line 66 def usageDate @usageDate end |