Class: CrowdUser
- Inherits:
-
ActiveResource::Base
- Object
- ActiveResource::Base
- CrowdUser
- Defined in:
- lib/models/crowd_user.rb
Class Method Summary collapse
-
.apply_configuration ⇒ Object
This is called after the configuraion settings are set in the initializer.
Class Method Details
.apply_configuration ⇒ Object
This is called after the configuraion settings are set in the initializer
4 5 6 7 8 9 |
# File 'lib/models/crowd_user.rb', line 4 def self.apply_configuration self.site = Crowd::Client::Config.service_base_url self.element_name = "user" self.user = Crowd::Client::Config.api_key self.password = "" end |