Class: App42::AppTab::TransactionLic

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(lic) ⇒ TransactionLic

This is a constructor that takes no parameter



48
49
50
# File 'lib/appTab/Bill.rb', line 48

def initialize(lic)
  lic.transactionList.push(self)
end

Instance Attribute Details

#issueDateObject

Returns the value of attribute issueDate.



38
39
40
# File 'lib/appTab/Bill.rb', line 38

def issueDate
  @issueDate
end

#keyObject

Returns the value of attribute key.



38
39
40
# File 'lib/appTab/Bill.rb', line 38

def key
  @key
end

#serviceNameObject

Returns the value of attribute serviceName.



38
39
40
# File 'lib/appTab/Bill.rb', line 38

def serviceName
  @serviceName
end

#transactionIdObject

Returns the value of attribute transactionId.



38
39
40
# File 'lib/appTab/Bill.rb', line 38

def transactionId
  @transactionId
end

#validObject

Returns the value of attribute valid.



38
39
40
# File 'lib/appTab/Bill.rb', line 38

def valid
  @valid
end