Class: Saltr::Salt
- Inherits:
-
Object
- Object
- Saltr::Salt
- Defined in:
- lib/salt.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#function ⇒ Object
Returns the value of attribute function.
-
#options ⇒ Object
Returns the value of attribute options.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args.
3 4 5 |
# File 'lib/salt.rb', line 3 def args @args end |
#function ⇒ Object
Returns the value of attribute function.
3 4 5 |
# File 'lib/salt.rb', line 3 def function @function end |
#options ⇒ Object
Returns the value of attribute options.
3 4 5 |
# File 'lib/salt.rb', line 3 def @options end |
#target ⇒ Object
Returns the value of attribute target.
3 4 5 |
# File 'lib/salt.rb', line 3 def target @target end |