Method: CondorCloud::ConfServerIPAgent#CondorAddresses
- Defined in:
- lib/deltacloud/drivers/condor/ip_agents/confserver.rb
#CondorAddresses ⇒ Object
| 70 71 72 | # File 'lib/deltacloud/drivers/condor/ip_agents/confserver.rb', line 70 def CondorAddresses (@mappings/'/CondorAddresses/CondorAddress').collect { |a| CondorAddress.new(:ip => a.text.strip, :mac => a[:mac]) } end |