Module: Autochthon::Methods

Included in:
Autochthon
Defined in:
lib/autochthon.rb

Instance Method Summary collapse

Instance Method Details

#backendObject



14
15
16
# File 'lib/autochthon.rb', line 14

def backend
  @@backend
end

#backend=(backend) ⇒ Object



10
11
12
# File 'lib/autochthon.rb', line 10

def backend=(backend)
  @@backend = backend
end

#mount_pointObject



22
23
24
# File 'lib/autochthon.rb', line 22

def mount_point
  @@mount_point
end

#mount_point=(mount_point) ⇒ Object



18
19
20
# File 'lib/autochthon.rb', line 18

def mount_point=(mount_point)
  @@mount_point = mount_point
end