Class: App42::AppTab::TransactionFeat
- Inherits:
-
Object
- Object
- App42::AppTab::TransactionFeat
- Defined in:
- lib/appTab/Bill.rb
Instance Attribute Summary collapse
-
#serviceName ⇒ Object
Returns the value of attribute serviceName.
-
#transactionId ⇒ Object
Returns the value of attribute transactionId.
-
#usageDate ⇒ Object
Returns the value of attribute usageDate.
Instance Method Summary collapse
-
#initialize(feat) ⇒ TransactionFeat
constructor
This is a constructor that takes no parameter.
Constructor Details
#initialize(feat) ⇒ TransactionFeat
This is a constructor that takes no parameter
122 123 124 |
# File 'lib/appTab/Bill.rb', line 122 def initialize(feat) feat.transactionList.push(self) end |
Instance Attribute Details
#serviceName ⇒ Object
Returns the value of attribute serviceName.
114 115 116 |
# File 'lib/appTab/Bill.rb', line 114 def serviceName @serviceName end |
#transactionId ⇒ Object
Returns the value of attribute transactionId.
114 115 116 |
# File 'lib/appTab/Bill.rb', line 114 def transactionId @transactionId end |
#usageDate ⇒ Object
Returns the value of attribute usageDate.
114 115 116 |
# File 'lib/appTab/Bill.rb', line 114 def usageDate @usageDate end |