Class: XcodeArchiveCache::Config::Storage
- Inherits:
-
Object
- Object
- XcodeArchiveCache::Config::Storage
- Defined in:
- lib/config/config.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#path ⇒ String
137 138 139 |
# File 'lib/config/config.rb', line 137 def path @path end |
#type ⇒ Symbol
133 134 135 |
# File 'lib/config/config.rb', line 133 def type @type end |
Instance Method Details
#to_s ⇒ Object
139 140 141 |
# File 'lib/config/config.rb', line 139 def to_s "#{type}, path: #{path}" end |