Class: Dendrite::ServiceNode::DomainName

Inherits:
Struct
  • Object
show all
Includes:
ActiveModel::Validations
Defined in:
lib/dendrite/service_node.rb

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameObject

Returns the value of attribute domain_name

Returns:

  • (Object)

    the current value of domain_name



77
78
79
# File 'lib/dendrite/service_node.rb', line 77

def domain_name
  @domain_name
end

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



77
78
79
# File 'lib/dendrite/service_node.rb', line 77

def environment
  @environment
end