Class: SixArma::Bt::CONFIG_NSIS
- Inherits:
-
Struct
- Object
- Struct
- SixArma::Bt::CONFIG_NSIS
- Defined in:
- lib/sixarma/bt.rb
Overview
Main NSIS Config Structure
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
-
#output ⇒ Object
Returns the value of attribute output.
-
#reg_delete ⇒ Object
Returns the value of attribute reg_delete.
-
#reg_newver ⇒ Object
Returns the value of attribute reg_newver.
-
#reg_oldver ⇒ Object
Returns the value of attribute reg_oldver.
-
#reg_out ⇒ Object
Returns the value of attribute reg_out.
-
#reg_type ⇒ Object
Returns the value of attribute reg_type.
-
#reg_verpath ⇒ Object
Returns the value of attribute reg_verpath.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out
49 50 51 |
# File 'lib/sixarma/bt.rb', line 49 def out @out end |
#output ⇒ Object
Returns the value of attribute output
49 50 51 |
# File 'lib/sixarma/bt.rb', line 49 def output @output end |
#reg_delete ⇒ Object
Returns the value of attribute reg_delete
49 50 51 |
# File 'lib/sixarma/bt.rb', line 49 def reg_delete @reg_delete end |
#reg_newver ⇒ Object
Returns the value of attribute reg_newver
49 50 51 |
# File 'lib/sixarma/bt.rb', line 49 def reg_newver @reg_newver end |
#reg_oldver ⇒ Object
Returns the value of attribute reg_oldver
49 50 51 |
# File 'lib/sixarma/bt.rb', line 49 def reg_oldver @reg_oldver end |
#reg_out ⇒ Object
Returns the value of attribute reg_out
49 50 51 |
# File 'lib/sixarma/bt.rb', line 49 def reg_out @reg_out end |
#reg_type ⇒ Object
Returns the value of attribute reg_type
49 50 51 |
# File 'lib/sixarma/bt.rb', line 49 def reg_type @reg_type end |
#reg_verpath ⇒ Object
Returns the value of attribute reg_verpath
49 50 51 |
# File 'lib/sixarma/bt.rb', line 49 def reg_verpath @reg_verpath end |
#template ⇒ Object
Returns the value of attribute template
49 50 51 |
# File 'lib/sixarma/bt.rb', line 49 def template @template end |