Class: App42::AppTab::BandwidthTransaction

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

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidthObject

Returns the value of attribute bandwidth.



128
129
130
# File 'lib/appTab/Bill.rb', line 128

def bandwidth
  @bandwidth
end

#costObject

Returns the value of attribute cost.



128
129
130
# File 'lib/appTab/Bill.rb', line 128

def cost
  @cost
end

#currencyObject

Returns the value of attribute currency.



128
129
130
# File 'lib/appTab/Bill.rb', line 128

def currency
  @currency
end

#totalCostObject

Returns the value of attribute totalCost.



128
129
130
# File 'lib/appTab/Bill.rb', line 128

def totalCost
  @totalCost
end

#totalUsageObject

Returns the value of attribute totalUsage.



128
129
130
# File 'lib/appTab/Bill.rb', line 128

def totalUsage
  @totalUsage
end

#transactionListObject

Returns the value of attribute transactionList.



128
129
130
# File 'lib/appTab/Bill.rb', line 128

def transactionList
  @transactionList
end

#unitObject

Returns the value of attribute unit.



128
129
130
# File 'lib/appTab/Bill.rb', line 128

def unit
  @unit
end