# File lib/fog/ecloud/models/compute/server.rb, line 93 def memory if memory_mess { :amount => memory_mess[:VirtualQuantity].to_i, :units => memory_mess[:AllocationUnits] } end end