module GitHub::Payload::Helpers::Actions

Public Instance Methods

action() click to toggle source
# File lib/github/payload/helpers/actions.rb, line 5
def action
  payload['action'].to_s
end
opened?() click to toggle source
# File lib/github/payload/helpers/actions.rb, line 9
def opened?
  action == 'opened'
end