Class: Dendrite::ServiceNode::DefaultServer

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

Instance Attribute Summary collapse

Instance Attribute Details

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



60
61
62
# File 'lib/dendrite/service_node.rb', line 60

def environment
  @environment
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



60
61
62
# File 'lib/dendrite/service_node.rb', line 60

def host
  @host
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



60
61
62
# File 'lib/dendrite/service_node.rb', line 60

def port
  @port
end