Methods

FlexiScale

Public Class Methods

attrs_to_hash(*list) click to toggle source
# 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.