class BackupDriver::Command

Attributes

driver[R]

Public Class Methods

new(driver) click to toggle source
# File lib/backup_driver/command.rb, line 5
def initialize(driver)
  @driver = driver
end

Public Instance Methods

options() click to toggle source
# File lib/backup_driver/command.rb, line 9
def options
  driver.options
end