class Specinfra::CommandRunner::Serverspec

Public Class Methods

new(backend) click to toggle source

Specinfra.backendを受け取る想定

# File lib/specinfra/command_runner/serverspec.rb, line 7
def initialize(backend)
  @backend = backend
end

Public Instance Methods

specinfra_command(type, *args) click to toggle source
# File lib/specinfra/command_runner/serverspec.rb, line 11
def specinfra_command(type, *args)
  @backend.command.get(type, *args)
end