Class: Artifactory::Cleaner::CLI::RepoTableCol
- Inherits:
-
Struct
- Object
- Struct
- Artifactory::Cleaner::CLI::RepoTableCol
- Defined in:
- lib/artifactory/cleaner/cli.rb
Instance Attribute Summary collapse
-
#heading ⇒ Object
Returns the value of attribute heading.
-
#method ⇒ Object
Returns the value of attribute method.
-
#only ⇒ Object
Returns the value of attribute only.
Instance Attribute Details
#heading ⇒ Object
Returns the value of attribute heading
25 26 27 |
# File 'lib/artifactory/cleaner/cli.rb', line 25 def heading @heading end |
#method ⇒ Object
Returns the value of attribute method
25 26 27 |
# File 'lib/artifactory/cleaner/cli.rb', line 25 def method @method end |
#only ⇒ Object
Returns the value of attribute only
25 26 27 |
# File 'lib/artifactory/cleaner/cli.rb', line 25 def only @only end |