Class: SixArma::Bt::CONFIG_NSIS

Inherits:
Struct
  • Object
show all
Defined in:
lib/sixarma/bt.rb

Overview

Main NSIS Config Structure

Instance Attribute Summary collapse

Instance Attribute Details

#outObject

Returns the value of attribute out

Returns:

  • (Object)

    the current value of out



49
50
51
# File 'lib/sixarma/bt.rb', line 49

def out
  @out
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



49
50
51
# File 'lib/sixarma/bt.rb', line 49

def output
  @output
end

#reg_deleteObject

Returns the value of attribute reg_delete

Returns:

  • (Object)

    the current value of reg_delete



49
50
51
# File 'lib/sixarma/bt.rb', line 49

def reg_delete
  @reg_delete
end

#reg_newverObject

Returns the value of attribute reg_newver

Returns:

  • (Object)

    the current value of reg_newver



49
50
51
# File 'lib/sixarma/bt.rb', line 49

def reg_newver
  @reg_newver
end

#reg_oldverObject

Returns the value of attribute reg_oldver

Returns:

  • (Object)

    the current value of reg_oldver



49
50
51
# File 'lib/sixarma/bt.rb', line 49

def reg_oldver
  @reg_oldver
end

#reg_outObject

Returns the value of attribute reg_out

Returns:

  • (Object)

    the current value of reg_out



49
50
51
# File 'lib/sixarma/bt.rb', line 49

def reg_out
  @reg_out
end

#reg_typeObject

Returns the value of attribute reg_type

Returns:

  • (Object)

    the current value of reg_type



49
50
51
# File 'lib/sixarma/bt.rb', line 49

def reg_type
  @reg_type
end

#reg_verpathObject

Returns the value of attribute reg_verpath

Returns:

  • (Object)

    the current value of reg_verpath



49
50
51
# File 'lib/sixarma/bt.rb', line 49

def reg_verpath
  @reg_verpath
end

#templateObject

Returns the value of attribute template

Returns:

  • (Object)

    the current value of template



49
50
51
# File 'lib/sixarma/bt.rb', line 49

def template
  @template
end