Class: XCCache::Storage

Inherits:
Object
  • Object
show all
Includes:
Config::Mixin
Defined in:
lib/xccache/storage/base.rb

Direct Known Subclasses

GitStorage, S3Storage

Instance Method Summary collapse

Methods included from Config::Mixin

#config

Constructor Details

#initialize(options = {}) ⇒ Storage

Returns a new instance of Storage.



5
# File 'lib/xccache/storage/base.rb', line 5

def initialize(options = {}); end

Instance Method Details

#pullObject



7
8
9
# File 'lib/xccache/storage/base.rb', line 7

def pull
  print_warnings
end

#pushObject



11
12
13
# File 'lib/xccache/storage/base.rb', line 11

def push
  print_warnings
end