Class: FortyTwo::Endpoint::User
- Inherits:
-
Object
- Object
- FortyTwo::Endpoint::User
- Defined in:
- lib/fortytwo/endpoints/user.rb
Instance Method Summary collapse
-
#initialize(client) ⇒ User
constructor
A new instance of User.
- #user(username, params = { per_page: 100 }) ⇒ Object
Constructor Details
#initialize(client) ⇒ User
Returns a new instance of User.
7 8 9 |
# File 'lib/fortytwo/endpoints/user.rb', line 7 def initialize(client) @client = client end |