Class: March::Github::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/march/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



11
12
13
# File 'lib/march/client.rb', line 11

def password
  @password
end

#usernameObject

Returns the value of attribute username.



11
12
13
# File 'lib/march/client.rb', line 11

def username
  @username
end