class Prpr::Action::Base

Attributes

event[R]

Public Class Methods

new(event) click to toggle source
# File lib/prpr/action/base.rb, line 6
def initialize(event)
  @event = event
end

Public Instance Methods

env() click to toggle source
# File lib/prpr/action/base.rb, line 10
def env
  Config::Env.default
end