Class: Rummageable::Fake

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

Instance Method Summary collapse

Instance Method Details

#commitObject



9
10
# File 'lib/rummageable/fake.rb', line 9

def commit
end

#delete(link) ⇒ Object



6
7
# File 'lib/rummageable/fake.rb', line 6

def delete(link)
end

#index(documents) ⇒ Object



3
4
# File 'lib/rummageable/fake.rb', line 3

def index(documents)
end

#validate_structure(hash, parents = []) ⇒ Object



12
13
# File 'lib/rummageable/fake.rb', line 12

def validate_structure(hash, parents=[])
end