Class: Dendrite::ServiceNode::DefaultServer
- Inherits:
-
Struct
- Object
- Struct
- Dendrite::ServiceNode::DefaultServer
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/dendrite/service_node.rb
Instance Attribute Summary collapse
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#host ⇒ Object
Returns the value of attribute host.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Attribute Details
#environment ⇒ Object
Returns the value of attribute environment
60 61 62 |
# File 'lib/dendrite/service_node.rb', line 60 def environment @environment end |
#host ⇒ Object
Returns the value of attribute host
60 61 62 |
# File 'lib/dendrite/service_node.rb', line 60 def host @host end |
#port ⇒ Object
Returns the value of attribute port
60 61 62 |
# File 'lib/dendrite/service_node.rb', line 60 def port @port end |