Class: Construqt::Services::Radvd

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ Radvd

Returns a new instance of Radvd.



47
48
49
# File 'lib/construqt/services.rb', line 47

def initialize(name)
  self.name = name
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



46
47
48
# File 'lib/construqt/services.rb', line 46

def name
  @name
end

#serversObject

Returns the value of attribute servers.



46
47
48
# File 'lib/construqt/services.rb', line 46

def servers
  @servers
end

#servicesObject

Returns the value of attribute services.



46
47
48
# File 'lib/construqt/services.rb', line 46

def services
  @services
end