Class: Construqt::Services::DhcpV4Relay
- Inherits:
-
Object
- Object
- Construqt::Services::DhcpV4Relay
- 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) ⇒ DhcpV4Relay
constructor
A new instance of DhcpV4Relay.
Constructor Details
#initialize(name, inbound_tag, upstream_tag) ⇒ DhcpV4Relay
Returns a new instance of DhcpV4Relay.
13 14 15 16 17 |
# File 'lib/construqt/services.rb', line 13 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.
11 12 13 |
# File 'lib/construqt/services.rb', line 11 def inbound_tag @inbound_tag end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
11 12 13 |
# File 'lib/construqt/services.rb', line 11 def name @name end |
#services ⇒ Object
Returns the value of attribute services.
12 13 14 |
# File 'lib/construqt/services.rb', line 12 def services @services end |
#upstream_tag ⇒ Object (readonly)
Returns the value of attribute upstream_tag.
11 12 13 |
# File 'lib/construqt/services.rb', line 11 def upstream_tag @upstream_tag end |