Class: FatZebra::Request::Multipart::Epilogue
- Inherits:
-
Object
- Object
- FatZebra::Request::Multipart::Epilogue
- Includes:
- Part
- Defined in:
- lib/fat_zebra/request/multipart/epilogue.rb
Constant Summary
Constants included from Part
Instance Method Summary collapse
-
#initialize ⇒ Epilogue
constructor
A new instance of Epilogue.
Methods included from Part
Constructor Details
#initialize ⇒ Epilogue
Returns a new instance of Epilogue.
13 14 15 |
# File 'lib/fat_zebra/request/multipart/epilogue.rb', line 13 def initialize @io = StringIO.new() end |