Class: Construqt::Services::Radvd
- Inherits:
-
Object
- Object
- Construqt::Services::Radvd
- Includes:
- Util::Chainable
- Defined in:
- lib/construqt/services.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#servers ⇒ Object
Returns the value of attribute servers.
-
#services ⇒ Object
Returns the value of attribute services.
Instance Method Summary collapse
-
#initialize(name) ⇒ Radvd
constructor
A new instance of Radvd.
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
#name ⇒ Object
Returns the value of attribute name.
31 32 33 |
# File 'lib/construqt/services.rb', line 31 def name @name end |
#servers ⇒ Object
Returns the value of attribute servers.
31 32 33 |
# File 'lib/construqt/services.rb', line 31 def servers @servers end |
#services ⇒ Object
Returns the value of attribute services.
31 32 33 |
# File 'lib/construqt/services.rb', line 31 def services @services end |