Class: ActiveZone::Provider::DiskProvider

Inherits:
ActiveZone::Provider show all
Defined in:
lib/active_zone/provider/disk_provider.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path:, **options) ⇒ DiskProvider

Returns a new instance of DiskProvider.



5
6
7
# File 'lib/active_zone/provider/disk_provider.rb', line 5

def initialize(path:, **options)
  @path = path
end

Instance Attribute Details

#pathObject

Returns the value of attribute path.



3
4
5
# File 'lib/active_zone/provider/disk_provider.rb', line 3

def path
  @path
end