Class: SwarmOptions
- Inherits:
-
Object
- Object
- SwarmOptions
- Defined in:
- lib/zombees/swarm_options.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
- #command ⇒ Object
- #honey_comb ⇒ Object
-
#initialize(options) ⇒ SwarmOptions
constructor
A new instance of SwarmOptions.
- #worker_count ⇒ Object
Constructor Details
#initialize(options) ⇒ SwarmOptions
Returns a new instance of SwarmOptions.
3 4 5 |
# File 'lib/zombees/swarm_options.rb', line 3 def initialize() = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
2 3 4 |
# File 'lib/zombees/swarm_options.rb', line 2 def end |
Instance Method Details
#command ⇒ Object
11 12 13 |
# File 'lib/zombees/swarm_options.rb', line 11 def command [:command] end |
#honey_comb ⇒ Object
15 16 17 |
# File 'lib/zombees/swarm_options.rb', line 15 def honey_comb [:honey_comb] end |
#worker_count ⇒ Object
7 8 9 |
# File 'lib/zombees/swarm_options.rb', line 7 def worker_count [:worker_count] end |