Class: CloudApp::Multipart
- Inherits:
-
Object
- Object
- CloudApp::Multipart
- Defined in:
- lib/gloudapp/patches.rb
Instance Method Summary collapse
Instance Method Details
#payload ⇒ Object
22 23 24 25 26 27 28 29 |
# File 'lib/gloudapp/patches.rb', line 22 def payload { :headers => { "User-Agent" => "Ruby.CloudApp.API", "Content-Type" => "multipart/form-data; boundary=#{boundary}"}, :body => @body } end |