Method: Metior::GitHub::Actor.id_for
- Defined in:
- lib/metior/github/actor.rb
permalink .id_for(actor) ⇒ String
Returns the GitHub login as an identifier for the given actor.
24 25 26 |
# File 'lib/metior/github/actor.rb', line 24 def self.id_for(actor) actor.login end |