Class: XcodeArchiveCache::Config::Storage

Inherits:
Object
  • Object
show all
Defined in:
lib/config/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pathString

Returns:

  • (String)


137
138
139
# File 'lib/config/config.rb', line 137

def path
  @path
end

#typeSymbol

Returns:

  • (Symbol)


133
134
135
# File 'lib/config/config.rb', line 133

def type
  @type
end

Instance Method Details

#to_sObject



139
140
141
# File 'lib/config/config.rb', line 139

def to_s
  "#{type}, path: #{path}"
end