Class: Dendrite::ServiceNode::DomainName
- Inherits:
-
Struct
- Object
- Struct
- Dendrite::ServiceNode::DomainName
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/dendrite/service_node.rb
Instance Attribute Summary collapse
-
#domain_name ⇒ Object
Returns the value of attribute domain_name.
-
#environment ⇒ Object
Returns the value of attribute environment.
Instance Attribute Details
#domain_name ⇒ Object
Returns the value of attribute domain_name
77 78 79 |
# File 'lib/dendrite/service_node.rb', line 77 def domain_name @domain_name end |
#environment ⇒ Object
Returns the value of attribute environment
77 78 79 |
# File 'lib/dendrite/service_node.rb', line 77 def environment @environment end |