Method: RHC::Rest::EnvironmentVariable#to_hash
- Defined in:
- lib/rhc/rest/environment_variable.rb
#to_hash ⇒ Object
6 7 8 |
# File 'lib/rhc/rest/environment_variable.rb', line 6 def to_hash { :name => name, :value => value } end |
6 7 8 |
# File 'lib/rhc/rest/environment_variable.rb', line 6 def to_hash { :name => name, :value => value } end |