Class: SixArma::Bt::STATS_MOD
- Inherits:
-
Struct
- Object
- Struct
- SixArma::Bt::STATS_MOD
- Defined in:
- lib/sixarma/bt.rb
Overview
Main Mod Stats Structure
Instance Attribute Summary collapse
-
#changelog ⇒ Object
Returns the value of attribute changelog.
-
#newrev ⇒ Object
Returns the value of attribute newrev.
-
#oldrev ⇒ Object
Returns the value of attribute oldrev.
-
#subfolders ⇒ Object
Returns the value of attribute subfolders.
Instance Attribute Details
#changelog ⇒ Object
Returns the value of attribute changelog
65 66 67 |
# File 'lib/sixarma/bt.rb', line 65 def changelog @changelog end |
#newrev ⇒ Object
Returns the value of attribute newrev
65 66 67 |
# File 'lib/sixarma/bt.rb', line 65 def newrev @newrev end |
#oldrev ⇒ Object
Returns the value of attribute oldrev
65 66 67 |
# File 'lib/sixarma/bt.rb', line 65 def oldrev @oldrev end |
#subfolders ⇒ Object
Returns the value of attribute subfolders
65 66 67 |
# File 'lib/sixarma/bt.rb', line 65 def subfolders @subfolders end |