Module: Issues::Github
- Extended by:
- Github
- Included in:
- Github
- Defined in:
- lib/issues/github.rb,
lib/issues/github/resource.rb,
lib/issues/github/connection.rb
Defined Under Namespace
Modules: Resource Classes: Connection
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
7 8 9 |
# File 'lib/issues/github.rb', line 7 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
7 8 9 |
# File 'lib/issues/github.rb', line 7 def username @username end |
Instance Method Details
#connection ⇒ Object
9 10 11 |
# File 'lib/issues/github.rb', line 9 def connection Github::Connection.instance.connection end |