Module: BugsOnHub::Config

Defined in:
lib/bugs_on_hub.rb

Class Attribute Summary collapse

Class Attribute Details

.loginObject

Returns the value of attribute login.



12
13
14
# File 'lib/bugs_on_hub.rb', line 12

def 
  @login
end

.passObject

Returns the value of attribute pass.



13
14
15
# File 'lib/bugs_on_hub.rb', line 13

def pass
  @pass
end

.repoObject

Returns the value of attribute repo.



14
15
16
# File 'lib/bugs_on_hub.rb', line 14

def repo
  @repo
end