Class: SixArma::Bt::CONFIG_MOD
- Inherits:
-
Struct
- Object
- Struct
- SixArma::Bt::CONFIG_MOD
- Defined in:
- lib/sixarma/bt.rb
Overview
Main Mod Config Structure
Instance Attribute Summary collapse
-
#altsource ⇒ Object
Returns the value of attribute altsource.
-
#changes ⇒ Object
Returns the value of attribute changes.
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#lists ⇒ Object
Returns the value of attribute lists.
-
#nsis ⇒ Object
Returns the value of attribute nsis.
-
#path ⇒ Object
Returns the value of attribute path.
-
#source ⇒ Object
Returns the value of attribute source.
-
#subfolders ⇒ Object
Returns the value of attribute subfolders.
-
#svn ⇒ Object
Returns the value of attribute svn.
Instance Attribute Details
#altsource ⇒ Object
Returns the value of attribute altsource
54 55 56 |
# File 'lib/sixarma/bt.rb', line 54 def altsource @altsource end |
#changes ⇒ Object
Returns the value of attribute changes
54 55 56 |
# File 'lib/sixarma/bt.rb', line 54 def changes @changes end |
#destination ⇒ Object
Returns the value of attribute destination
54 55 56 |
# File 'lib/sixarma/bt.rb', line 54 def destination @destination end |
#lists ⇒ Object
Returns the value of attribute lists
54 55 56 |
# File 'lib/sixarma/bt.rb', line 54 def lists @lists end |
#nsis ⇒ Object
Returns the value of attribute nsis
54 55 56 |
# File 'lib/sixarma/bt.rb', line 54 def nsis @nsis end |
#path ⇒ Object
Returns the value of attribute path
54 55 56 |
# File 'lib/sixarma/bt.rb', line 54 def path @path end |
#source ⇒ Object
Returns the value of attribute source
54 55 56 |
# File 'lib/sixarma/bt.rb', line 54 def source @source end |
#subfolders ⇒ Object
Returns the value of attribute subfolders
54 55 56 |
# File 'lib/sixarma/bt.rb', line 54 def subfolders @subfolders end |
#svn ⇒ Object
Returns the value of attribute svn
54 55 56 |
# File 'lib/sixarma/bt.rb', line 54 def svn @svn end |