Class: SixArma::Bt::STATS_MOD_CHANGELOG

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

Overview

Changelog Structure

Instance Attribute Summary collapse

Instance Attribute Details

#addedObject

Returns the value of attribute added

Returns:

  • (Object)

    the current value of added



69
70
71
# File 'lib/sixarma/bt.rb', line 69

def added
  @added
end

#changedObject

Returns the value of attribute changed

Returns:

  • (Object)

    the current value of changed



69
70
71
# File 'lib/sixarma/bt.rb', line 69

def changed
  @changed
end

#fixedObject

Returns the value of attribute fixed

Returns:

  • (Object)

    the current value of fixed



69
70
71
# File 'lib/sixarma/bt.rb', line 69

def fixed
  @fixed
end

#localObject

Returns the value of attribute local

Returns:

  • (Object)

    the current value of local



69
70
71
# File 'lib/sixarma/bt.rb', line 69

def local
  @local
end

#removedObject

Returns the value of attribute removed

Returns:

  • (Object)

    the current value of removed



69
70
71
# File 'lib/sixarma/bt.rb', line 69

def removed
  @removed
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



69
70
71
# File 'lib/sixarma/bt.rb', line 69

def updated
  @updated
end