Class: Construqt::Services::ConntrackD

Inherits:
Object
  • Object
show all
Defined in:
lib/construqt/services.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ ConntrackD

Returns a new instance of ConntrackD.



5
6
7
# File 'lib/construqt/services.rb', line 5

def initialize(name)
  self.name = name
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/construqt/services.rb', line 4

def name
  @name
end

#servicesObject

Returns the value of attribute services.



4
5
6
# File 'lib/construqt/services.rb', line 4

def services
  @services
end