Class: SixArma::Bt::STATS
- Inherits:
-
Struct
- Object
- Struct
- SixArma::Bt::STATS
- Defined in:
- lib/sixarma/bt.rb
Overview
Main Stats Structure
Instance Attribute Summary collapse
-
#fullfile ⇒ Object
Returns the value of attribute fullfile.
-
#mods ⇒ Object
Returns the value of attribute mods.
-
#newver ⇒ Object
Returns the value of attribute newver.
-
#oldver ⇒ Object
Returns the value of attribute oldver.
-
#released ⇒ Object
Returns the value of attribute released.
-
#updatefile ⇒ Object
Returns the value of attribute updatefile.
Instance Attribute Details
#fullfile ⇒ Object
Returns the value of attribute fullfile
63 64 65 |
# File 'lib/sixarma/bt.rb', line 63 def fullfile @fullfile end |
#mods ⇒ Object
Returns the value of attribute mods
63 64 65 |
# File 'lib/sixarma/bt.rb', line 63 def mods @mods end |
#newver ⇒ Object
Returns the value of attribute newver
63 64 65 |
# File 'lib/sixarma/bt.rb', line 63 def newver @newver end |
#oldver ⇒ Object
Returns the value of attribute oldver
63 64 65 |
# File 'lib/sixarma/bt.rb', line 63 def oldver @oldver end |
#released ⇒ Object
Returns the value of attribute released
63 64 65 |
# File 'lib/sixarma/bt.rb', line 63 def released @released end |
#updatefile ⇒ Object
Returns the value of attribute updatefile
63 64 65 |
# File 'lib/sixarma/bt.rb', line 63 def updatefile @updatefile end |