Class: App42::AppTab::BandwidthTransaction
- Inherits:
-
Object
- Object
- App42::AppTab::BandwidthTransaction
- Defined in:
- lib/appTab/Bill.rb
Instance Attribute Summary collapse
-
#bandwidth ⇒ Object
Returns the value of attribute bandwidth.
-
#cost ⇒ Object
Returns the value of attribute cost.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#totalCost ⇒ Object
Returns the value of attribute totalCost.
-
#totalUsage ⇒ Object
Returns the value of attribute totalUsage.
-
#transactionList ⇒ Object
Returns the value of attribute transactionList.
-
#unit ⇒ Object
Returns the value of attribute unit.
Instance Attribute Details
#bandwidth ⇒ Object
Returns the value of attribute bandwidth.
128 129 130 |
# File 'lib/appTab/Bill.rb', line 128 def bandwidth @bandwidth end |
#cost ⇒ Object
Returns the value of attribute cost.
128 129 130 |
# File 'lib/appTab/Bill.rb', line 128 def cost @cost end |
#currency ⇒ Object
Returns the value of attribute currency.
128 129 130 |
# File 'lib/appTab/Bill.rb', line 128 def currency @currency end |
#totalCost ⇒ Object
Returns the value of attribute totalCost.
128 129 130 |
# File 'lib/appTab/Bill.rb', line 128 def totalCost @totalCost end |
#totalUsage ⇒ Object
Returns the value of attribute totalUsage.
128 129 130 |
# File 'lib/appTab/Bill.rb', line 128 def totalUsage @totalUsage end |
#transactionList ⇒ Object
Returns the value of attribute transactionList.
128 129 130 |
# File 'lib/appTab/Bill.rb', line 128 def transactionList @transactionList end |
#unit ⇒ Object
Returns the value of attribute unit.
128 129 130 |
# File 'lib/appTab/Bill.rb', line 128 def unit @unit end |