Method: CloudMade::Client#routing
- Defined in:
- lib/client.rb
#routing ⇒ Object
Routing service
48 49 50 51 |
# File 'lib/client.rb', line 48 def routing @routing = RoutingService.new(self.connection, 'routes') if @routing == nil return @routing end |