Class: GHArchive::PullRequestComment
Instance Method Summary
collapse
#body, #created_at, #id, #updated_at, #url, #user
Methods inherited from Entity
#initialize
Instance Method Details
#commit_id ⇒ Object
221
222
223
|
# File 'lib/gh-archive/entities.rb', line 221
def commit_id
@payload['commit_id']
end
|
#diff_hunk ⇒ Object
205
206
207
|
# File 'lib/gh-archive/entities.rb', line 205
def diff_hunk
@payload['diff_hunk']
end
|
#original_commit_id ⇒ Object
225
226
227
|
# File 'lib/gh-archive/entities.rb', line 225
def original_commit_id
@payload['original_commit_id']
end
|
#original_position ⇒ Object
217
218
219
|
# File 'lib/gh-archive/entities.rb', line 217
def original_position
@payload['original_position']
end
|
#path ⇒ Object
209
210
211
|
# File 'lib/gh-archive/entities.rb', line 209
def path
@payload['path']
end
|
#position ⇒ Object
213
214
215
|
# File 'lib/gh-archive/entities.rb', line 213
def position
@payload['position']
end
|