class FortyTwo::Response::Users

Attributes

users[R]

Public Class Methods

new(json) click to toggle source
Calls superclass method FortyTwo::Response::Base::new
# File lib/fortytwo/responses/users.rb, line 9
def initialize(json)
  super(json)

  @users = parse(@users, Model::User)
end