Class: Saltr::Salt

Inherits:
Object
  • Object
show all
Defined in:
lib/salt.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args.



3
4
5
# File 'lib/salt.rb', line 3

def args
  @args
end

#functionObject

Returns the value of attribute function.



3
4
5
# File 'lib/salt.rb', line 3

def function
  @function
end

#optionsObject

Returns the value of attribute options.



3
4
5
# File 'lib/salt.rb', line 3

def options
  @options
end

#targetObject

Returns the value of attribute target.



3
4
5
# File 'lib/salt.rb', line 3

def target
  @target
end