Class: GHArchive::Page
Instance Method Summary
collapse
Methods inherited from Entity
#initialize
Instance Method Details
#action ⇒ Object
304
305
306
|
# File 'lib/gh-archive/entities.rb', line 304
def action
@payload['action']
end
|
#name ⇒ Object
292
293
294
|
# File 'lib/gh-archive/entities.rb', line 292
def name
@payload['page_name']
end
|
#sha ⇒ Object
308
309
310
|
# File 'lib/gh-archive/entities.rb', line 308
def sha
@payload['sha']
end
|
#summary ⇒ Object
300
301
302
|
# File 'lib/gh-archive/entities.rb', line 300
def summary
@payload['summary']
end
|
#title ⇒ Object
296
297
298
|
# File 'lib/gh-archive/entities.rb', line 296
def title
@payload['title']
end
|