class Github::Job

Public Instance Methods

==(other) click to toggle source
# File lib/github/jobs.rb, line 9
def ==(other)
  self.id == other.id
end