Class: App42::AppTab::TransactionTim

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#serviceNameObject

Returns the value of attribute serviceName.



166
167
168
# File 'lib/appTab/Bill.rb', line 166

def serviceName
  @serviceName
end

#transactionIdObject

Returns the value of attribute transactionId.



166
167
168
# File 'lib/appTab/Bill.rb', line 166

def transactionId
  @transactionId
end

#usageObject

Returns the value of attribute usage.



166
167
168
# File 'lib/appTab/Bill.rb', line 166

def usage
  @usage
end

#usageDateObject

Returns the value of attribute usageDate.



166
167
168
# File 'lib/appTab/Bill.rb', line 166

def usageDate
  @usageDate
end