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
222
223
224
|
# File 'lib/gh-archive/entities.rb', line 222
def commit_id
@payload['commit_id']
end
|
#diff_hunk ⇒ Object
206
207
208
|
# File 'lib/gh-archive/entities.rb', line 206
def diff_hunk
@payload['diff_hunk']
end
|
#original_commit_id ⇒ Object
226
227
228
|
# File 'lib/gh-archive/entities.rb', line 226
def original_commit_id
@payload['original_commit_id']
end
|
#original_position ⇒ Object
218
219
220
|
# File 'lib/gh-archive/entities.rb', line 218
def original_position
@payload['original_position']
end
|
#path ⇒ Object
210
211
212
|
# File 'lib/gh-archive/entities.rb', line 210
def path
@payload['path']
end
|
#position ⇒ Object
214
215
216
|
# File 'lib/gh-archive/entities.rb', line 214
def position
@payload['position']
end
|