Class: App42::AppTab::TransactionLev

Inherits:
Object
  • Object
show all
Defined in:
lib/appTab/Bill.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#serviceNameObject

Returns the value of attribute serviceName.



90
91
92
# File 'lib/appTab/Bill.rb', line 90

def serviceName
  @serviceName
end

#transactionIdObject

Returns the value of attribute transactionId.



90
91
92
# File 'lib/appTab/Bill.rb', line 90

def transactionId
  @transactionId
end

#usageDateObject

Returns the value of attribute usageDate.



90
91
92
# File 'lib/appTab/Bill.rb', line 90

def usageDate
  @usageDate
end