class XcodeArchiveCache::Config::Storage

Attributes

path[RW]

@return [String]

type[RW]

@return [Symbol]

Public Instance Methods

to_s() click to toggle source
# File lib/config/config.rb, line 139
def to_s
  "#{type}, path: #{path}"
end