Method: Fog::Storage::Aliyun::File#body=

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

#body=(new_body) ⇒ Object



27
28
29
# File 'lib/fog/aliyun/models/storage/file.rb', line 27

def body=(new_body)
  attributes[:body] = new_body
end