Class: Battlestation::Operations::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/battlestation/operations.rb

Direct Known Subclasses

ExecutableCheck, FileExistsCheck, ProcessCheck, Runner

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/battlestation/operations.rb', line 4

def name
  @name
end

#optsObject

Returns the value of attribute opts.



4
5
6
# File 'lib/battlestation/operations.rb', line 4

def opts
  @opts
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/battlestation/operations.rb', line 4

def type
  @type
end

Instance Method Details

#executeObject



6
7
# File 'lib/battlestation/operations.rb', line 6

def execute
end