class GithubClient::GetRepositoriesForUserResponse
Private Instance Methods
default_body()
click to toggle source
# File lib/github_client/responses/repos/get_repositories_for_user_response.rb, line 9 def default_body JSON.parse(raw_response.body).map(&:with_indifferent_access) end