Sha256: 34acde80dab57e674536a56211643dc858f49b958f6cffa45cfd7a41289f3a1a

Contents?: true

Size: 191 Bytes

Versions: 5

Compression:

Stored size: 191 Bytes

Contents

require 'examples_helper'

client = YamlRpc::Client.new('http://localhost:3000/api/basic/')

response = client.hello_world_with_status
puts response[:status]
puts response[:message]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yamlrpc-1.0.2 examples/rails_basic_hello_world_with_status.rb
yamlrpc-1.0.3 examples/rails_basic_hello_world_with_status.rb
yamlrpc-1.0.4 examples/rails_basic_hello_world_with_status.rb
yamlrpc-1.0.0 examples/rails_basic_hello_world_with_status.rb
yamlrpc-1.0.1 examples/rails_basic_hello_world_with_status.rb