Method: RubyRest::Client::Yaml#initialize
- Defined in:
- lib/rubyrest/client.rb
#initialize(host, port) ⇒ Yaml
Returns a new instance of Yaml.
104 105 106 107 |
# File 'lib/rubyrest/client.rb', line 104 def initialize( host, port ) super( host, port ) @format = "yaml" end |