Class: App42::AppTab::TransactionBand

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#serviceNameObject

Returns the value of attribute serviceName.



139
140
141
# File 'lib/appTab/Bill.rb', line 139

def serviceName
  @serviceName
end

#transactionIdObject

Returns the value of attribute transactionId.



139
140
141
# File 'lib/appTab/Bill.rb', line 139

def transactionId
  @transactionId
end

#usageObject

Returns the value of attribute usage.



139
140
141
# File 'lib/appTab/Bill.rb', line 139

def usage
  @usage
end

#usageDateObject

Returns the value of attribute usageDate.



139
140
141
# File 'lib/appTab/Bill.rb', line 139

def usageDate
  @usageDate
end