class App42::AppTab::TransactionStor
Attributes
serviceName[RW]
transactionId[RW]
usage[RW]
usageDate[RW]
Public Class Methods
new(stor)
click to toggle source
This is a constructor that takes no parameter
# File lib/appTab/Bill.rb, line 75 def initialize(stor) stor.transactionList.push(self) end