class Tandaco::GetAllUsersResponse

Private Instance Methods

default_body() click to toggle source
# File lib/tandaco/responses/get_all_users_response.rb, line 5
def default_body
  JSON.parse(raw_response.body).map { |user| Tandaco::User.new(user) }
end