RHC::Rest::Base
# File lib/rhc/rest/environment_variable.rb, line 10 def <=>(other) name <=> other.name end
# File lib/rhc/rest/environment_variable.rb, line 6 def to_hash { :name => name, :value => value } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.