Class: IControl::ASM::FileTransferContext
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ASM::FileTransferContext
- Defined in:
- lib/icontrol/asm.rb,
lib/icontrol/asm.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.
69 70 71 |
# File 'lib/icontrol/asm.rb', line 69 def chain_type @chain_type end |
#file_data ⇒ StringSequence
The actual file content for the transfer operation.
69 70 71 |
# File 'lib/icontrol/asm.rb', line 69 def file_data @file_data end |