Class: Construqt::Services::DhcpV6Relay
- Inherits:
-
Object
- Object
- Construqt::Services::DhcpV6Relay
- Defined in:
- lib/construqt/services.rb
Instance Attribute Summary collapse
-
#inbound_tag ⇒ Object
readonly
Returns the value of attribute inbound_tag.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#services ⇒ Object
Returns the value of attribute services.
-
#upstream_tag ⇒ Object
readonly
Returns the value of attribute upstream_tag.
Instance Method Summary collapse
-
#initialize(name, inbound_tag, upstream_tag) ⇒ DhcpV6Relay
constructor
A new instance of DhcpV6Relay.
Constructor Details
#initialize(name, inbound_tag, upstream_tag) ⇒ DhcpV6Relay
Returns a new instance of DhcpV6Relay.
22 23 24 25 26 |
# File 'lib/construqt/services.rb', line 22 def initialize(name, inbound_tag, upstream_tag) @name = name @inbound_tag = inbound_tag @upstream_tag = upstream_tag end |
Instance Attribute Details
#inbound_tag ⇒ Object (readonly)
Returns the value of attribute inbound_tag.
20 21 22 |
# File 'lib/construqt/services.rb', line 20 def inbound_tag @inbound_tag end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
20 21 22 |
# File 'lib/construqt/services.rb', line 20 def name @name end |
#services ⇒ Object
Returns the value of attribute services.
21 22 23 |
# File 'lib/construqt/services.rb', line 21 def services @services end |
#upstream_tag ⇒ Object (readonly)
Returns the value of attribute upstream_tag.
20 21 22 |
# File 'lib/construqt/services.rb', line 20 def upstream_tag @upstream_tag end |