class GHArchive::GollumEvent
Public Class Methods
fits?(json)
click to toggle source
# File lib/gh-archive/events.rb, line 393 def self.fits?(json) return json['type'] == "GollumEvent" end
Public Instance Methods
pages()
click to toggle source
# File lib/gh-archive/events.rb, line 397 def pages @payload[pages].map { |p| Page.new(p) } end