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