class GHArchive::Page
Public Instance Methods
action()
click to toggle source
# File lib/gh-archive/entities.rb, line 304 def action @payload['action'] end
name()
click to toggle source
# File lib/gh-archive/entities.rb, line 292 def name @payload['page_name'] end
sha()
click to toggle source
# File lib/gh-archive/entities.rb, line 308 def sha @payload['sha'] end
summary()
click to toggle source
# File lib/gh-archive/entities.rb, line 300 def summary @payload['summary'] end
title()
click to toggle source
# File lib/gh-archive/entities.rb, line 296 def title @payload['title'] end