Method: CloudFiles::StorageObject#bytes

Defined in:
lib/cloudfiles/storage_object.rb

#bytesObject

Size of the object (in bytes)



61
62
63
# File 'lib/cloudfiles/storage_object.rb', line 61

def bytes
  self.[:bytes]
end