# File lib/api/Flexiscale APIAddons.rb, line 35 def self.attrs_to_hash(*list) result = {} object = list.shift list.each { |attribute| result[attribute] = object.__send__(attribute) } result end
[Validate]
Generated with the Darkfish Rdoc Generator 2.