Class: Sourcescrub::Account
- Inherits:
-
Object
- Object
- Sourcescrub::Account
- Includes:
- Singleton
- Defined in:
- lib/sourcescrub/account.rb
Overview
Account
Instance Attribute Summary collapse
-
#basic ⇒ Object
Returns the value of attribute basic.
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#basic ⇒ Object
Returns the value of attribute basic.
10 11 12 |
# File 'lib/sourcescrub/account.rb', line 10 def basic @basic end |
#debug ⇒ Object
Returns the value of attribute debug.
10 11 12 |
# File 'lib/sourcescrub/account.rb', line 10 def debug @debug end |
#password ⇒ Object
Returns the value of attribute password.
10 11 12 |
# File 'lib/sourcescrub/account.rb', line 10 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
10 11 12 |
# File 'lib/sourcescrub/account.rb', line 10 def username @username end |