Class: SixArma::Bt::STATS_MOD_CHANGELOG
- Inherits:
-
Struct
- Object
- Struct
- SixArma::Bt::STATS_MOD_CHANGELOG
- Defined in:
- lib/sixarma/bt.rb
Overview
Changelog Structure
Instance Attribute Summary collapse
-
#added ⇒ Object
Returns the value of attribute added.
-
#changed ⇒ Object
Returns the value of attribute changed.
-
#fixed ⇒ Object
Returns the value of attribute fixed.
-
#local ⇒ Object
Returns the value of attribute local.
-
#removed ⇒ Object
Returns the value of attribute removed.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Attribute Details
#added ⇒ Object
Returns the value of attribute added
69 70 71 |
# File 'lib/sixarma/bt.rb', line 69 def added @added end |
#changed ⇒ Object
Returns the value of attribute changed
69 70 71 |
# File 'lib/sixarma/bt.rb', line 69 def changed @changed end |
#fixed ⇒ Object
Returns the value of attribute fixed
69 70 71 |
# File 'lib/sixarma/bt.rb', line 69 def fixed @fixed end |
#local ⇒ Object
Returns the value of attribute local
69 70 71 |
# File 'lib/sixarma/bt.rb', line 69 def local @local end |
#removed ⇒ Object
Returns the value of attribute removed
69 70 71 |
# File 'lib/sixarma/bt.rb', line 69 def removed @removed end |
#updated ⇒ Object
Returns the value of attribute updated
69 70 71 |
# File 'lib/sixarma/bt.rb', line 69 def updated @updated end |