# File lib/rhc/rest/environment_variable.rb, line 6
      def to_hash
        { :name => name, :value => value }
      end