Module: FatZebra::Request::Multipart::Part
Constant Summary collapse
- LINE_BREAK =
"\r\n"
Instance Method Summary collapse
Instance Method Details
#boundary ⇒ Object
14 15 16 |
# File 'lib/fat_zebra/request/multipart/part.rb', line 14 def boundary '----FatZebraMultipartPost' end |
#length ⇒ Object
18 19 20 |
# File 'lib/fat_zebra/request/multipart/part.rb', line 18 def length @io.length end |
#to_io ⇒ Object
22 23 24 |
# File 'lib/fat_zebra/request/multipart/part.rb', line 22 def to_io @io end |