Class: Bluevia::Utils::Multipart

Inherits:
Net::HTTP::Post
  • Object
show all
Includes:
Multipartable
Defined in:
lib/bluevia/utils.rb

Constant Summary

Constants included from Multipartable

Multipartable::DEFAULT_BOUNDARY

Instance Method Summary collapse

Methods included from Multipartable

#initialize

Instance Method Details

#content_length=(len) ⇒ Object



24
25
26
# File 'lib/bluevia/utils.rb', line 24

def content_length=(len)

end

#set_content_type(type, params = {}) ⇒ Object



20
21
22
# File 'lib/bluevia/utils.rb', line 20

def set_content_type(type, params = {})

end