Class: Backup::ResponseOutWriter
- Inherits:
-
Struct
- Object
- Struct
- Backup::ResponseOutWriter
- Defined in:
- app/models/backup.rb
Instance Attribute Summary collapse
-
#stream ⇒ Object
Returns the value of attribute stream.
Instance Method Summary collapse
Instance Attribute Details
#stream ⇒ Object
Returns the value of attribute stream
51 52 53 |
# File 'app/models/backup.rb', line 51 def stream @stream end |
Instance Method Details
#write(content) ⇒ Object
52 53 54 |
# File 'app/models/backup.rb', line 52 def write(content) stream << content end |