Class: User
- Inherits:
-
Object
- Object
- User
- Defined in:
- lib/reclone/user.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#repos ⇒ Object
Returns the value of attribute repos.
-
#user_info ⇒ Object
Returns the value of attribute user_info.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(name = nil) ⇒ User
constructor
A new instance of User.
Constructor Details
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
2 3 4 |
# File 'lib/reclone/user.rb', line 2 def client @client end |
#repos ⇒ Object
Returns the value of attribute repos.
2 3 4 |
# File 'lib/reclone/user.rb', line 2 def repos @repos end |
#user_info ⇒ Object
Returns the value of attribute user_info.
2 3 4 |
# File 'lib/reclone/user.rb', line 2 def user_info @user_info end |
#username ⇒ Object
Returns the value of attribute username.
2 3 4 |
# File 'lib/reclone/user.rb', line 2 def username @username end |