Class: Dendrite::ServiceNode::Scale
- Inherits:
-
Struct
- Object
- Struct
- Dendrite::ServiceNode::Scale
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/dendrite/service_node.rb
Instance Attribute Summary collapse
-
#max_instance_count ⇒ Object
Returns the value of attribute max_instance_count.
-
#min_instance_count ⇒ Object
Returns the value of attribute min_instance_count.
Instance Attribute Details
#max_instance_count ⇒ Object
Returns the value of attribute max_instance_count
95 96 97 |
# File 'lib/dendrite/service_node.rb', line 95 def max_instance_count @max_instance_count end |
#min_instance_count ⇒ Object
Returns the value of attribute min_instance_count
95 96 97 |
# File 'lib/dendrite/service_node.rb', line 95 def min_instance_count @min_instance_count end |