Method: RightScale::AuthClient#initialize
- Defined in:
- lib/right_agent/clients/auth_client.rb
#initialize(options = {}) ⇒ AuthClient
Initialize client Derived classes need to call reset_stats
42 43 44 |
# File 'lib/right_agent/clients/auth_client.rb', line 42 def initialize( = {}) raise NotImplementedError, "#{self.class.name} is an abstract class" end |