class Stemcell::UnknownBackingStoreError

Attributes

backing_store[R]

Public Class Methods

new(backing_store) click to toggle source
Calls superclass method
# File lib/stemcell/errors.rb, line 13
def initialize(backing_store)
  super "Unknown backing store: #{backing_store}"
  @backing_store = backing_store
end