Class: GHArchive::Issue

Inherits:
BasicIssue show all
Defined in:
lib/gh-archive/entities.rb

Instance Method Summary collapse

Methods inherited from BasicIssue

#body, #closed_at, #created_at, #id, #locked, #number, #state, #title, #updated_at, #url, #user

Methods inherited from Entity

#initialize

Constructor Details

This class inherits a constructor from GHArchive::Entity

Instance Method Details

#labelsObject



174
175
176
# File 'lib/gh-archive/entities.rb', line 174

def labels
    @payload['labels']
end