class RHC::Rest::Mock::MockRestActivation

Public Class Methods

new(client, created_at) click to toggle source
Calls superclass method
# File lib/rhc/rest/mock.rb, line 1107
def initialize(client, created_at)
  super({}, client)
  @created_at = created_at
end