Class: IControl::System::ConfigSync::ConfigFileEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::ConfigSync::ConfigFileEntry
- Defined in:
- lib/icontrol/system/config_sync.rb,
lib/icontrol/system/config_sync.rb
Overview
A struct that describes a configuration file entry.
Instance Attribute Summary collapse
-
#file_datetime ⇒ String
The creation date/time string associated with the configuration file.
-
#file_name ⇒ String
The configuration file name.
Instance Attribute Details
#file_datetime ⇒ String
The creation date/time string associated with the configuration file.
310 311 312 |
# File 'lib/icontrol/system/config_sync.rb', line 310 def file_datetime @file_datetime end |
#file_name ⇒ String
The configuration file name. its length limit is 255
310 311 312 |
# File 'lib/icontrol/system/config_sync.rb', line 310 def file_name @file_name end |