Method: Fastlane::Actions::GithubApiAction.return_value
- Defined in:
- fastlane/lib/fastlane/actions/github_api.rb
.return_value ⇒ Object
157 158 159 |
# File 'fastlane/lib/fastlane/actions/github_api.rb', line 157 def return_value "A hash including the HTTP status code (:status), the response body (:body), and if valid JSON has been returned the parsed JSON (:json)." end |