Go to file
Mark Maglana a20e57f924 Add ability to specify an alias for a given request param
This allows us to call params with the more familiar Ruby
case/capitalization. For instance, defining the following:

param :imageRef, alias: :image_ref

in a request file makes the following possible:

session.compute_service.request :create_server do |params|
  params[:imageRef] = 'something'
end

session.compute_service.request :create_server do |params|
  params.image_ref = 'something'
end

NOTE: At this point, params can only be called via method
calls and not via the [] accessor.
2013-09-23 15:27:31 -07:00
2013-09-03 00:33:45 -07:00
2013-08-29 01:56:20 -07:00
2013-08-29 01:56:20 -07:00
2013-08-21 23:53:29 -07:00
2013-08-21 23:53:29 -07:00
2013-08-21 23:54:10 -07:00
2013-08-22 00:15:22 -07:00
2013-08-29 16:40:47 -07:00

Aviator
A lightweight library for communicating with the OpenStack API.

Build Status Coverage Status Code Climate Gem Version Dependency Status

Usage and Installation

Description
RETIRED, An OpenStack client library for Ruby
Readme 928 KiB