Class: SubversionSettingsProvider

Inherits:
SettingsProvider show all
Defined in:
app/reporters/svn_settings.rb

Instance Method Summary collapse

Methods inherited from SettingsProvider

#active_reporter_ids, #initialize, #method_missing

Constructor Details

This class inherits a constructor from SettingsProvider

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class SettingsProvider

Instance Method Details

#repo_passwordObject



30
31
32
# File 'app/reporters/svn_settings.rb', line 30

def repo_password
  subversion['password']
end

#repo_urlObject



22
23
24
# File 'app/reporters/svn_settings.rb', line 22

def repo_url
  subversion['repo']
end

#repo_userObject



26
27
28
# File 'app/reporters/svn_settings.rb', line 26

def repo_user
  subversion['user']
end