Class: App42::AppTab::StorageTransaction

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

Instance Attribute Summary collapse

Instance Attribute Details

#costObject

Returns the value of attribute cost.



54
55
56
# File 'lib/appTab/Bill.rb', line 54

def cost
  @cost
end

#currencyObject

Returns the value of attribute currency.



54
55
56
# File 'lib/appTab/Bill.rb', line 54

def currency
  @currency
end

#spaceObject

Returns the value of attribute space.



54
55
56
# File 'lib/appTab/Bill.rb', line 54

def space
  @space
end

#totalCostObject

Returns the value of attribute totalCost.



54
55
56
# File 'lib/appTab/Bill.rb', line 54

def totalCost
  @totalCost
end

#totalUsageObject

Returns the value of attribute totalUsage.



54
55
56
# File 'lib/appTab/Bill.rb', line 54

def totalUsage
  @totalUsage
end

#transactionListObject

Returns the value of attribute transactionList.



54
55
56
# File 'lib/appTab/Bill.rb', line 54

def transactionList
  @transactionList
end

#unitObject

Returns the value of attribute unit.



54
55
56
# File 'lib/appTab/Bill.rb', line 54

def unit
  @unit
end