Class: SixArma::Bt::STATS

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

Overview

Main Stats Structure

Instance Attribute Summary collapse

Instance Attribute Details

#fullfileObject

Returns the value of attribute fullfile

Returns:

  • (Object)

    the current value of fullfile



63
64
65
# File 'lib/sixarma/bt.rb', line 63

def fullfile
  @fullfile
end

#modsObject

Returns the value of attribute mods

Returns:

  • (Object)

    the current value of mods



63
64
65
# File 'lib/sixarma/bt.rb', line 63

def mods
  @mods
end

#newverObject

Returns the value of attribute newver

Returns:

  • (Object)

    the current value of newver



63
64
65
# File 'lib/sixarma/bt.rb', line 63

def newver
  @newver
end

#oldverObject

Returns the value of attribute oldver

Returns:

  • (Object)

    the current value of oldver



63
64
65
# File 'lib/sixarma/bt.rb', line 63

def oldver
  @oldver
end

#releasedObject

Returns the value of attribute released

Returns:

  • (Object)

    the current value of released



63
64
65
# File 'lib/sixarma/bt.rb', line 63

def released
  @released
end

#updatefileObject

Returns the value of attribute updatefile

Returns:

  • (Object)

    the current value of updatefile



63
64
65
# File 'lib/sixarma/bt.rb', line 63

def updatefile
  @updatefile
end