module GetGithubPubKeys
TODO: 例外を細かくできないかな
FIXME: 未確認
Constants
- BadRequest
- ClientError
- Error
- Forbidden
- InternalServerError
- NotAuthorized
- NotFound
- ServerError
- VERSION
Public Class Methods
new(user = nil)
click to toggle source
# File lib/get_github_pub_keys.rb, line 8 def self.new(user = nil) return if user.nil? Client.new(user) end