Class: Specinfra::Backend::Base

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/specinfra/backend/base.rb

Direct Known Subclasses

Cmd, Dockerfile, Exec, ShellScript, Winrm

Instance Method Summary collapse

Instance Method Details

#set_example(e) ⇒ Object



8
9
10
# File 'lib/specinfra/backend/base.rb', line 8

def set_example(e)
  @example = e
end