Class: Dendrite::ServiceNode::Port
- Inherits:
-
Struct
- Object
- Struct
- Dendrite::ServiceNode::Port
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/dendrite/service_node.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
90 91 92 |
# File 'lib/dendrite/service_node.rb', line 90 def name @name end |
#port ⇒ Object
Returns the value of attribute port
90 91 92 |
# File 'lib/dendrite/service_node.rb', line 90 def port @port end |