Class: App42::AppTab::TransactionLic
- Inherits:
-
Object
- Object
- App42::AppTab::TransactionLic
- Defined in:
- lib/appTab/Bill.rb
Instance Attribute Summary collapse
-
#issueDate ⇒ Object
Returns the value of attribute issueDate.
-
#key ⇒ Object
Returns the value of attribute key.
-
#serviceName ⇒ Object
Returns the value of attribute serviceName.
-
#transactionId ⇒ Object
Returns the value of attribute transactionId.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Method Summary collapse
-
#initialize(lic) ⇒ TransactionLic
constructor
This is a constructor that takes no parameter.
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
#issueDate ⇒ Object
Returns the value of attribute issueDate.
38 39 40 |
# File 'lib/appTab/Bill.rb', line 38 def issueDate @issueDate end |
#key ⇒ Object
Returns the value of attribute key.
38 39 40 |
# File 'lib/appTab/Bill.rb', line 38 def key @key end |
#serviceName ⇒ Object
Returns the value of attribute serviceName.
38 39 40 |
# File 'lib/appTab/Bill.rb', line 38 def serviceName @serviceName end |
#transactionId ⇒ Object
Returns the value of attribute transactionId.
38 39 40 |
# File 'lib/appTab/Bill.rb', line 38 def transactionId @transactionId end |
#valid ⇒ Object
Returns the value of attribute valid.
38 39 40 |
# File 'lib/appTab/Bill.rb', line 38 def valid @valid end |