Class: OrbiterProxy
- Inherits:
-
Object
- Object
- OrbiterProxy
- Defined in:
- lib/ansible/orbiter_proxy.rb
Instance Attribute Summary collapse
-
#orbiters ⇒ Object
readonly
array of orbiters.
Instance Method Summary collapse
-
#initialize ⇒ OrbiterProxy
constructor
A new instance of OrbiterProxy.
Constructor Details
#initialize ⇒ OrbiterProxy
Returns a new instance of OrbiterProxy.
7 8 9 |
# File 'lib/ansible/orbiter_proxy.rb', line 7 def initialize end |
Instance Attribute Details
#orbiters ⇒ Object (readonly)
array of orbiters
5 6 7 |
# File 'lib/ansible/orbiter_proxy.rb', line 5 def orbiters @orbiters end |