Class: XCCache::Storage
- Inherits:
-
Object
- Object
- XCCache::Storage
- Includes:
- Config::Mixin
- Defined in:
- lib/xccache/storage/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Storage
constructor
A new instance of Storage.
- #pull ⇒ Object
- #push ⇒ Object
Methods included from Config::Mixin
Constructor Details
#initialize(options = {}) ⇒ Storage
Returns a new instance of Storage.
5 |
# File 'lib/xccache/storage/base.rb', line 5 def initialize( = {}); end |
Instance Method Details
#pull ⇒ Object
7 8 9 |
# File 'lib/xccache/storage/base.rb', line 7 def pull print_warnings end |
#push ⇒ Object
11 12 13 |
# File 'lib/xccache/storage/base.rb', line 11 def push print_warnings end |