Method: Fog::Storage::Ninefold::File#body

Defined in:
lib/fog/ninefold/models/storage/file.rb

#bodyObject



15
16
17
18
19
20
21
# File 'lib/fog/ninefold/models/storage/file.rb', line 15

def body
  attributes[:body] ||= if objectid
    collection.get(identity).body
  else
    ''
  end
end