Class: Bluevia::Utils::Multipart
- Inherits:
-
Net::HTTP::Post
- Object
- Net::HTTP::Post
- Bluevia::Utils::Multipart
show all
- Includes:
- Multipartable
- Defined in:
- lib/bluevia/utils.rb
Constant Summary
Multipartable::DEFAULT_BOUNDARY
Instance Method Summary
collapse
#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
|