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