class Cookbooks::ArchiveType
Constants
- DEFAULT_ARCHIVE_TYPE
#¶ ↑
DEFAULT_ARCHIVE_TYPE¶ ↑
#¶ ↑
Public Class Methods
archive_type?(i)
click to toggle source
Public Instance Methods
archive_type?()
click to toggle source
#¶ ↑
archive_type¶ ↑
Feedback the archive type.
#¶ ↑
# File lib/cookbooks/misc/archive_type.rb, line 58 def archive_type? @archive_type end
Also aliased as: to_s
set_archive_type(i = nil)
click to toggle source