Class: Server::Packages::PackageAbstract

Inherits:
Object
  • Object
show all
Defined in:
lib/server/packages/phpfpm.rb

Instance Method Summary collapse

Constructor Details

#initialize(opts) ⇒ PackageAbstract

Returns a new instance of PackageAbstract.



9
10
11
# File 'lib/server/packages/phpfpm.rb', line 9

def initialize(opts)
  #
end

Instance Method Details

#configure(opts) ⇒ Object



21
22
23
# File 'lib/server/packages/phpfpm.rb', line 21

def configure(opts)
  #
end

#install!(opts) ⇒ Object



13
14
15
# File 'lib/server/packages/phpfpm.rb', line 13

def install!(opts)
  #
end

#render_config(opts) ⇒ Object



25
26
27
# File 'lib/server/packages/phpfpm.rb', line 25

def render_config(opts)
  #
end

#uninstall!(opts) ⇒ Object



17
18
19
# File 'lib/server/packages/phpfpm.rb', line 17

def uninstall!(opts)
  #
end

#write_config!(opts) ⇒ Object



29
30
31
# File 'lib/server/packages/phpfpm.rb', line 29

def write_config!(opts)
  #
end