Module: Pec::Core

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind.



3
4
5
# File 'lib/pec/core.rb', line 3

def kind
  @kind
end

Instance Method Details

#build(*args) ⇒ Object



4
5
6
# File 'lib/pec/core.rb', line 4

def build(*args)
  raise "#{self.class.name} not defined method build"
end

#post_build(*args) ⇒ Object



8
# File 'lib/pec/core.rb', line 8

def post_build(*args); end

#recover(*args) ⇒ Object



10
# File 'lib/pec/core.rb', line 10

def recover(*args); end