Module: Parts::Part
- Included in:
- EpiloguePart, FilePart, ParamPart
- Defined in:
- lib/tent-client/multipart-post/parts.rb
Overview
:nodoc:
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#length ⇒ Object
15 16 17 |
# File 'lib/tent-client/multipart-post/parts.rb', line 15 def length @part.length end |
#to_io ⇒ Object
19 20 21 |
# File 'lib/tent-client/multipart-post/parts.rb', line 19 def to_io @io end |