Parent

Methods

Class/Module Index [+]

Quicksearch

Ironfan::Broker::Drive

Public Instance Methods

node() click to toggle source

A drive should include volume attributes in any node references

# File lib/ironfan/broker/drive.rb, line 12
def node()
  result = super.stringify_keys
  result.merge! volume.attributes.stringify_keys unless volume.nil?
  result
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.