Method: Teamlab::Config#default_configuration
- Defined in:
- lib/teamlab/config.rb
#default_configuration ⇒ Object
30 31 32 33 34 35 36 |
# File 'lib/teamlab/config.rb', line 30 def default_configuration self.server = 'https://teamlab.com' self.api_path = '/api/2.0/' self.api_additive = '' self.username = 'user' self.password = 'password' end |