# File lib/rhc/rest/attributes.rb, line 10
  def attribute(name)
    instance_variable_get("@#{name}") || attributes[name.to_s]
  end