Class: Sshster::Actions::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/sshster/actions/base.rb

Direct Known Subclasses

Compose, Init

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ Base

Returns a new instance of Base.



9
10
11
# File 'lib/sshster/actions/base.rb', line 9

def initialize(config)
  @config = config
end

Instance Attribute Details

#configObject

Returns the value of attribute config.



7
8
9
# File 'lib/sshster/actions/base.rb', line 7

def config
  @config
end

Instance Method Details

#runObject



13
# File 'lib/sshster/actions/base.rb', line 13

def run; end