class Bobot::Event::PolicyEnforcement

Public Instance Methods

action() click to toggle source
# File lib/bobot/events/policy_enforcement.rb, line 6
def action
  @messaging['policy-enforcement']['action']
end
reason() click to toggle source
# File lib/bobot/events/policy_enforcement.rb, line 10
def reason
  @messaging['policy-enforcement']['reason']
end