Class: Github::Job

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/github/jobs.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



9
10
11
# File 'lib/github/jobs.rb', line 9

def ==(other)
  self.id == other.id
end