Class: Construqt::Services::Radvd

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Util::Chainable

chainable_attr, chainable_attr_value, included

Constructor Details

#initialize(name) ⇒ Radvd

Returns a new instance of Radvd.



33
34
35
# File 'lib/construqt/services.rb', line 33

def initialize(name)
  self.name = name
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



31
32
33
# File 'lib/construqt/services.rb', line 31

def name
  @name
end

#serversObject

Returns the value of attribute servers.



31
32
33
# File 'lib/construqt/services.rb', line 31

def servers
  @servers
end

#servicesObject

Returns the value of attribute services.



31
32
33
# File 'lib/construqt/services.rb', line 31

def services
  @services
end