Class: MintPress::OracleEBS::Tarball
- Inherits:
-
Object
- Object
- MintPress::OracleEBS::Tarball
- Includes:
- MintLogger
- Defined in:
- src/oracle-ebs/lib/oracle-ebs/host.rb
Overview
Tarball: Class to hold the various info about the tarballs that might be created as part of the EBS clone.
Properties (Read/Write)
Properties (Read Only)
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary collapse
-
#compression ⇒ Object
readonly
Returns the value of attribute compression.
-
#tarball_dir ⇒ Object
readonly
Returns the value of attribute tarball_dir.
-
#tarball_name ⇒ Object
readonly
Returns the value of attribute tarball_name.
-
#tarball_type ⇒ Object
readonly
Returns the value of attribute tarball_type.
Instance Method Summary collapse
- #create_command ⇒ Object
- #extract_command ⇒ Object
-
#initialize(tarball_dir:, tarball_name:, tarball_type:) ⇒ Tarball
constructor
A new instance of Tarball.
- #inspect(indent = 0) ⇒ Object
- #tar_file ⇒ Object
- #to_s(indent = 0) ⇒ Object
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send
Constructor Details
#initialize(tarball_dir:, tarball_name:, tarball_type:) ⇒ Tarball
Returns a new instance of Tarball.
Instance Attribute Details
#compression ⇒ Object (readonly)
Returns the value of attribute compression.
#tarball_dir ⇒ Object (readonly)
Returns the value of attribute tarball_dir.
#tarball_name ⇒ Object (readonly)
Returns the value of attribute tarball_name.
#tarball_type ⇒ Object (readonly)
Returns the value of attribute tarball_type.