class RHC::Rest::Mock::MockRestGearGroup

Public Class Methods

new(client=nil) click to toggle source
# File lib/rhc/rest/mock.rb, line 586
def initialize(client=nil)
  super({}, client)
  @cartridges = [{'name' => 'fake_geargroup_cart-0.1'}]
  @gears = [{'state' => 'started', 'id' => 'fakegearid'}]
end