Class: IControl::System::ConfigSync::FileTransferContext
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::ConfigSync::FileTransferContext
- Defined in:
- lib/icontrol/system/config_sync.rb,
lib/icontrol/system/config_sync.rb
Overview
A struct that describes a file transfer context.
Instance Attribute Summary collapse
-
#chain_type ⇒ IControl::Common::FileChainType
The flag used to indicate whether this is FIRST, MIDDLE, or LAST chunk of the file data.
-
#file_data ⇒ StringSequence
The actual file content for the transfer operation.
Instance Attribute Details
#chain_type ⇒ IControl::Common::FileChainType
The flag used to indicate whether this is FIRST, MIDDLE, or LAST chunk of the file data.
319 320 321 |
# File 'lib/icontrol/system/config_sync.rb', line 319 def chain_type @chain_type end |
#file_data ⇒ StringSequence
The actual file content for the transfer operation.
319 320 321 |
# File 'lib/icontrol/system/config_sync.rb', line 319 def file_data @file_data end |