Change Action attributes as read-only:
* #env * #arguments
This commit is contained in:
parent
5d81f0bc07
commit
2e151fe321
@ -7,7 +7,7 @@ module Producer
|
|||||||
def_delegators :@env, :output, :remote
|
def_delegators :@env, :output, :remote
|
||||||
def_delegators :remote, :fs
|
def_delegators :remote, :fs
|
||||||
|
|
||||||
attr_accessor :env, :arguments
|
attr_reader :env, :arguments
|
||||||
|
|
||||||
def initialize(env, *args)
|
def initialize(env, *args)
|
||||||
@env = env
|
@env = env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user