Method: Cosmos::PacketItemLimits#persistence_count
- Defined in:
- lib/cosmos/packets/packet_item_limits.rb
#persistence_count ⇒ Integer
Current persistent count. The count will be reset to zero if the limits state hasn’t changed (i.e. remained :GREEN).
65 66 67 |
# File 'lib/cosmos/packets/packet_item_limits.rb', line 65 def persistence_count @persistence_count end |