module Autochthon::Methods

Public Instance Methods

backend() click to toggle source
# File lib/autochthon.rb, line 14
def backend
  @@backend
end
backend=(backend) click to toggle source
# File lib/autochthon.rb, line 10
def backend=(backend)
  @@backend = backend
end
mount_point() click to toggle source
# File lib/autochthon.rb, line 22
def mount_point
  @@mount_point
end
mount_point=(mount_point) click to toggle source
# File lib/autochthon.rb, line 18
def mount_point=(mount_point)
  @@mount_point = mount_point
end